pull autotools.gitignore into .gitignore
This commit is contained in:
parent
f354f53435
commit
ca83fd566d
|
@ -34,3 +34,30 @@ i3-command-parser.stamp
|
||||||
i3-config-parser.stamp
|
i3-config-parser.stamp
|
||||||
.clang_complete
|
.clang_complete
|
||||||
LAST_VERSION
|
LAST_VERSION
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# https://raw.githubusercontent.com/github/gitignore/master/Autotools.gitignore
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# http://www.gnu.org/software/automake
|
||||||
|
|
||||||
|
Makefile.in
|
||||||
|
/ar-lib
|
||||||
|
/test-driver
|
||||||
|
|
||||||
|
# http://www.gnu.org/software/autoconf
|
||||||
|
|
||||||
|
/autom4te.cache
|
||||||
|
/autoscan.log
|
||||||
|
/autoscan-*.log
|
||||||
|
/aclocal.m4
|
||||||
|
/compile
|
||||||
|
/config.h.in
|
||||||
|
/config.guess
|
||||||
|
/config.sub
|
||||||
|
/configure
|
||||||
|
/configure.scan
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
|
/missing
|
||||||
|
/stamp-h1
|
||||||
|
|
Loading…
Reference in New Issue