mirror of
https://github.com/github/gitignore
synced 2025-07-03 20:08:25 +02:00
to ignore autotools generated files
This commit is contained in:
parent
4b3ed39721
commit
a573f2a5eb
1 changed files with 14 additions and 0 deletions
14
Autotools.gitignore
Normal file
14
Autotools.gitignore
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# http://www.gnu.org/software/automake
|
||||
|
||||
Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
Loading…
Add table
Add a link
Reference in a new issue