Skip to content

Commit

Permalink
add autotools cache file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed May 1, 2024
1 parent 454925f commit 5c9a9ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
# Ignore files created during unit tests
**/MSVisualStudio/**/*.mps
**/MSVisualStudio/**/*.lp
**/MSVisualStudio/**/*.out
**/MSVisualStudio/**/*.out

# Ignore autotools cache files
aclocal.m4*
acinclude.m4
autom4te*

0 comments on commit 5c9a9ee

Please sign in to comment.