We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ba8b4 commit 1ac27a9Copy full SHA for 1ac27a9
.github/workflows/tutorial_comple_all.yml
@@ -14,5 +14,5 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
17
- - name: Compile all demos
+ - name: Compile all tutorials
18
run: utils/tutorial_compile_all.sh
.gitignore
@@ -1,3 +1,6 @@
1
+.vscode/
2
+.history/
3
+
4
# Compiled Object files
5
*.slo
6
*.lo
@@ -23,11 +26,11 @@
23
26
*.exe
24
27
*.out
25
28
*.app
29
+*main
30
31
+# Temporary files
32
*.tmp
33
*.err.log
34
*.class
35
*bin*
-*main
36
*.project
-
0 commit comments