Skip to content

Commit 5c9a9ee

Browse files
committed
add autotools cache file to .gitignore
1 parent 454925f commit 5c9a9ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
# Ignore files created during unit tests
1212
**/MSVisualStudio/**/*.mps
1313
**/MSVisualStudio/**/*.lp
14-
**/MSVisualStudio/**/*.out
14+
**/MSVisualStudio/**/*.out
15+
16+
# Ignore autotools cache files
17+
aclocal.m4*
18+
acinclude.m4
19+
autom4te*

0 commit comments

Comments
 (0)