Skip to content

Commit 2bbc47d

Browse files
committed
Update .gitignore: remove autotools
1 parent 46e4ddf commit 2bbc47d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.gitignore

+2-11
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@
99
*.app
1010
*.swp
1111
*.la
12-
m4/*
13-
!m4/pkg.m4
14-
configure
15-
configure_aux
16-
Makefile.in
17-
aclocal.m4
18-
config.h*
19-
config.log
20-
config.status
2112
stamp-h1
22-
autom4te.cache
2313
.deps
2414
.libs
2515
*.orig
2616
build/toxic
27-
Makefile
17+
build/*.o
18+
build/*.d

0 commit comments

Comments
 (0)