We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7546b4d commit df9eec8Copy full SHA for df9eec8
.gitignore
@@ -0,0 +1,33 @@
1
+# Object files
2
+*.o
3
+*.ko
4
+*.obj
5
+*.elf
6
+Objects
7
+
8
+# Precompiled Headers
9
+*.gch
10
+*.pch
11
12
+# Libraries
13
+*.lib
14
+*.a
15
+*.la
16
+*.lo
17
18
+# Shared objects (inc. Windows DLLs)
19
+*.dll
20
+*.so
21
+*.so.*
22
+*.dylib
23
24
+# Executables
25
+*.exe
26
+*.out
27
+*.app
28
+*.i*86
29
+*.x86_64
30
+*.hex
31
32
+# Debug files
33
+*.dSYM/
0 commit comments