Skip to content

Commit a176694

Browse files
committed
added gitignore
1 parent 90b5b31 commit a176694

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
*.obj
6+
build/
7+
Debug/
8+
Release/
9+
10+
# Compiled Dynamic libraries
11+
*.so
12+
*.dylib
13+
*.dll
14+
15+
# Compiled Static libraries
16+
*.lai
17+
*.la
18+
*.a
19+
*.lib
20+
21+
# Executables
22+
*.exe
23+
*.out
24+
*.app
25+
bin/
26+
27+
#miscellanious generated files
28+
*.log
29+
30+
#eclipse stuff
31+
.settings/
32+
*.launch

0 commit comments

Comments
 (0)