We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7fcd4 commit a053059Copy full SHA for a053059
.gitignore
@@ -1,14 +1,43 @@
1
#Text File
2
-*.txt
3
-*.md
4
-*.log
+#*.txt
+#*.md
+#*.log
5
+
6
+# Prerequisites
7
+*.d
8
9
+# Compiled Object files
10
+*.slo
11
+*.lo
12
+*.o
13
+*.obj
14
15
+# Precompiled Headers
16
+*.gch
17
+*.pch
18
19
+# Compiled Dynamic libraries
20
+*.so
21
+*.dylib
22
+*.dll
23
24
+# Compiled Static libraries
25
+*.lai
26
+*.la
27
+*.a
28
+*.lib
29
30
+# Executables
31
+*.exe
32
+*.out
33
+*.app
34
35
#Ordinary compressed archives file
-*.zip
-*.zipx
-*.7z
-*.tgz
-*.tar
-*.tar.gz
-*.gz
-*.xz
36
+#*.zip
37
+#*.zipx
38
+#*.7z
39
+#*.tgz
40
+#*.tar
41
+#*.tar.gz
42
+#*.gz
43
+#*.xz
0 commit comments