Skip to content

Commit c743d0b

Browse files
committed
Add .gitignore
1 parent 5e51eee commit c743d0b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
*.obj
6+
# Precompiled Headers
7+
*.gch
8+
*.pch
9+
# Compiled Dynamic libraries
10+
*.so
11+
*.dylib
12+
*.dll
13+
# Fortran module files
14+
*.mod
15+
# Compiled Static libraries
16+
*.lai
17+
*.la
18+
*.a
19+
*.lib
20+
# Executables
21+
*.exe
22+
*.out
23+
*.app
24+
# http://www.gnu.org/software/automake
25+
Makefile.in
26+
# http://www.gnu.org/software/autoconf
27+
/autom4te.cache
28+
/aclocal.m4
29+
/compile
30+
/configure
31+
/depcomp
32+
/install-sh
33+
/missing
34+
/stamp-h1

0 commit comments

Comments
 (0)