We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618a3d4 commit a341901Copy full SHA for a341901
.gitignore
@@ -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