Skip to content

Commit 1d99a6d

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

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1+
*.la
2+
*.lo
3+
*.o
4+
*.trs
5+
.deps
6+
.libs
7+
Makefile
18
Makefile.in
29

310
/aclocal.m4
11+
/autom4te.cache/
12+
/check_csv
13+
/check_csv.log
414
/compile
515
/config.guess
16+
/config.log
17+
/config.status
618
/config.sub
719
/configure
820
/depcomp
921
/install-sh
22+
/libtool
1023
/ltmain.sh
1124
/m4/
1225
/missing
1326
/test-driver
27+
/test-suite.log

0 commit comments

Comments
 (0)