We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b621d commit 4b84d26Copy full SHA for 4b84d26
.gitignore
@@ -0,0 +1,45 @@
1
+# Prerequisites
2
+*.d
3
+
4
+# Compiled Object files
5
+*.slo
6
+*.lo
7
+*.o
8
+*.obj
9
10
+# Precompiled Headers
11
+*.gch
12
+*.pch
13
14
+# Compiled Dynamic libraries
15
+*.so
16
+*.dylib
17
+*.dll
18
19
+# Fortran module files
20
+*.mod
21
+*.smod
22
23
+# Compiled Static libraries
24
+*.lai
25
+*.la
26
+*.a
27
+*.lib
28
29
+# Executables
30
+*.exe
31
+*.out
32
+*.app
33
34
+# Build dirs
35
+**/build
36
+build-*
37
+build
38
39
+# Apple filesystem cruft
40
+.DS_Store
41
42
+# Other cruft
43
+venv
44
+.vscode
45
0 commit comments