update .gitignore

with generic Autotools entries and a specific one for a generated
header. This allows building the project in the same directory as the
source.
This commit is contained in:
Ștefan Talpalaru 2020-02-18 20:30:53 +01:00
parent 44bbb61caf
commit c31f80e4fc
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 25 additions and 0 deletions

25
.gitignore vendored
View File

@ -3,3 +3,28 @@
*.lo
*.a
*.la
backtrace-supported.h
# autotools
Makefile
Makefile.in
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/config.*
/libtool
/ltmain.sh
/test-driver
/test-suite.log
.libs
.deps
.dirstamp
*.log
*.trs
*.tar.gz