Skip to content

Commit a053059

Browse files
Update .gitignore
1 parent 4e7fcd4 commit a053059

File tree

1 file changed

+40
-11
lines changed

1 file changed

+40
-11
lines changed

.gitignore

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,43 @@
11
#Text File
2-
*.txt
3-
*.md
4-
*.log
2+
#*.txt
3+
#*.md
4+
#*.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
534

635
#Ordinary compressed archives file
7-
*.zip
8-
*.zipx
9-
*.7z
10-
*.tgz
11-
*.tar
12-
*.tar.gz
13-
*.gz
14-
*.xz
36+
#*.zip
37+
#*.zipx
38+
#*.7z
39+
#*.tgz
40+
#*.tar
41+
#*.tar.gz
42+
#*.gz
43+
#*.xz

0 commit comments

Comments
 (0)