Improve .gitignore

This commit is contained in:
Alex Kotov 2022-01-16 14:22:12 +05:00
parent 4638e7653a
commit 8f5996fdd0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 32 additions and 10 deletions

42
.gitignore vendored
View File

@ -1,3 +1,7 @@
##########################
# Common generated files #
##########################
*.a *.a
*.bin *.bin
*.c.d *.c.d
@ -5,32 +9,50 @@
.deps/ .deps/
.dirstamp .dirstamp
/Makefile ############################
/Makefile.in # Always generated in root #
############################
/aclocal.m4 /aclocal.m4
/ar-lib /ar-lib
/autom4te.cache/ /autom4te.cache/
/autoscan.log /autoscan.log
/compile /compile
/config.guess /config.guess
/config.h
/config.h.in /config.h.in
/config.h.in~ /config.h.in~
/config.log
/config.status
/config.sub /config.sub
/configure /configure
/configure.ac~ /configure.ac~
/configure.scan
/configure~ /configure~
/depcomp /depcomp
/install-sh /install-sh
/Makefile.in
/missing /missing
/stamp-h1
/test-driver /test-driver
/test-suite.log
/tests/test*.log ########################
/tests/test*.trs # To build out of root #
########################
/build/native/* /build/native/*
!/build/native/.keep !/build/native/.keep
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/stamp-h1
/test-suite.log
/Makefile
/testyboot
/examples/*.log
/examples/*.trs
/tests/test*.log
/tests/test*.trs