Skip to content

Commit

Permalink
add autoreconf files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed Nov 21, 2023
1 parent 5ddf558 commit d28fab7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@
/Makefile.in
/aclocal.m4
/autom4te.cache/
*/autom4te.cache/
*/*/autom4te.cache/
/config.*
*/config.*
*/*/config.*
/configure
*/configure
*/*/configure
/depcomp
/install-sh
*/install-sh
*/*/install-sh
/libtool
/ltmain.sh
/m4/
Expand All @@ -26,6 +34,7 @@
confdefs.h



# shared libraries
*.l[ao]

Expand Down

0 comments on commit d28fab7

Please sign in to comment.