Skip to content

Commit bc06eaf

Browse files
author
Mathieu Benoit
committed
Improve git ignore for autotools and build.
1 parent a3b22bc commit bc06eaf

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,43 @@
1515
*.exe
1616
*.out
1717
*.app
18+
19+
# Generated file by autotools
20+
Makefile
21+
Makefile.in
22+
aclocal.m4
23+
ar-lib
24+
autom4te.cache/
25+
compile
26+
config.guess
27+
config.h
28+
config.h.in
29+
config.log
30+
config.status
31+
config.sub
32+
configure
33+
depcomp
34+
example/.deps/
35+
example/Makefile
36+
example/Makefile.in
37+
include/Makefile
38+
include/Makefile.in
39+
install-sh
40+
libtool
41+
ltmain.sh
42+
missing
43+
src/.deps/
44+
src/Makefile
45+
src/Makefile.in
46+
stamp-h1
47+
48+
# Editor text
49+
*.swp
50+
*~
51+
52+
# Build
53+
*.la
54+
*.lo
55+
*.libs
56+
example/server
57+

0 commit comments

Comments
 (0)