loadwarka/.gitignore

58 lines
727 B
Plaintext
Raw Normal View History

2022-01-16 09:22:12 +00:00
##########################
# Common generated files #
##########################
2022-01-16 07:37:34 +00:00
*.a
*.c.d
*.o
2022-01-16 13:57:36 +00:00
2022-01-16 07:37:34 +00:00
.deps/
.dirstamp
2022-01-16 09:22:12 +00:00
############################
# Always generated in root #
############################
2022-06-02 14:48:07 +00:00
/INSTALL
2022-01-16 07:37:34 +00:00
/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
/missing
/test-driver
2022-01-16 09:22:12 +00:00
2022-06-02 14:48:07 +00:00
# Custom
2022-01-16 09:23:18 +00:00
/Makefile.in
2022-01-16 09:22:12 +00:00
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/stamp-h1
/test-suite.log
/examples/*.log
/examples/*.trs
/tests/test*.log
/tests/test*.trs
2022-06-02 14:48:07 +00:00
# Custom
/Makefile
/loadwarka