Skip to content

Commit 7554541

Browse files
committed
Ignore more generated files
Add to .gitignore all the files that are generated during build/test.
1 parent cbebbae commit 7554541

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1+
*.la
2+
*.lo
3+
*.log
4+
*.o
5+
*.trs
6+
.deps
7+
.libs
8+
Makefile
19
Makefile.in
210

311
/aclocal.m4
12+
/autom4te.cache/
13+
/check_csv
414
/compile
515
/config.guess
16+
/config.status
617
/config.sub
718
/configure
819
/depcomp
920
/install-sh
21+
/libtool
1022
/ltmain.sh
1123
/m4/
1224
/missing

0 commit comments

Comments
 (0)