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 Apr 30, 2024
1 parent 10e08e3 commit 02cc5ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
**/MSVisualStudio/**/*.mps
**/MSVisualStudio/**/*.lp
**/MSVisualStudio/**/*.out

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

0 comments on commit 02cc5ab

Please sign in to comment.