Skip to content

Commit a341901

Browse files
committed
git: .gitignore file, cpp, vscode
1 parent 618a3d4 commit a341901

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# vscode stuff.
2+
.vscode
3+
4+
# inputs.
5+
*.in
6+
*.txt
7+
8+
# Prerequisites
9+
*.d
10+
11+
# Compiled Object files
12+
*.slo
13+
*.lo
14+
*.o
15+
*.obj
16+
17+
# Precompiled Headers
18+
*.gch
19+
*.pch
20+
21+
# Compiled Dynamic libraries
22+
*.so
23+
*.dylib
24+
*.dll
25+
26+
# Fortran module files
27+
*.mod
28+
*.smod
29+
30+
# Compiled Static libraries
31+
*.lai
32+
*.la
33+
*.a
34+
*.lib
35+
36+
# Executables
37+
*.exe
38+
*.out
39+
*.app
40+
41+
# tests
42+
test.*
43+
test/
44+
45+
# notebook stuff.
46+
notebook.tex
47+

0 commit comments

Comments
 (0)