Skip to content

Commit

Permalink
add acinclude.m4 to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed May 1, 2024
1 parent 83b116e commit 294ef13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aclocal.m4*
aclocal.m4.orig*
acinclude.m4
autom4te*
*~
Makefile
Expand All @@ -22,4 +23,4 @@ dist
# Ignore files created during unit tests
**/MSVisualStudio/**/*.mps
**/MSVisualStudio/**/*.lp
**/MSVisualStudio/**/*.out
**/MSVisualStudio/**/*.out

0 comments on commit 294ef13

Please sign in to comment.