Skip to content

Commit 1ac27a9

Browse files
authored
tweaks (acs-pa#18)
1 parent e9ba8b4 commit 1ac27a9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tutorial_comple_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Compile all demos
17+
- name: Compile all tutorials
1818
run: utils/tutorial_compile_all.sh

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.vscode/
2+
.history/
3+
14
# Compiled Object files
25
*.slo
36
*.lo
@@ -23,11 +26,11 @@
2326
*.exe
2427
*.out
2528
*.app
29+
*main
2630

31+
# Temporary files
2732
*.tmp
2833
*.err.log
2934
*.class
3035
*bin*
31-
*main
3236
*.project
33-

0 commit comments

Comments
 (0)