1
0
Fork 0
mirror of https://github.com/tailix/autotools-project.git synced 2025-02-17 15:46:48 -05:00
autotools-project/.gitignore
2022-06-11 13:56:11 +03:00

65 lines
797 B
Text

##########################
# Common generated files #
##########################
*.a
*.c.d
*.la
*.lo
*.o
.deps/
.dirstamp
.libs/
############################
# Always generated in root #
############################
/INSTALL
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
/config.h.in
/config.h.in~
/config.sub
/configure
/configure.ac~
/configure~
/depcomp
/install-sh
/ltmain.sh
/missing
/test-driver
/m4/*
!/m4/.keep
# Custom
/Makefile.in
/include/Makefile.in
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/libtool
/stamp-h1
/test-suite.log
/tests/test*.log
/tests/test*.trs
# Custom
/Makefile
/include/Makefile
/autotools-project