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 2d76bcb commit e141e64
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 e141e64

Please sign in to comment.