libkernaux/.gitignore

82 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-12-19 08:40:13 +00:00
/build/*
!/build/.keep
2022-01-16 09:15:17 +00:00
##########################
# Common generated files #
##########################
2020-11-27 09:28:13 +00:00
*.a
2022-01-15 13:24:23 +00:00
*.c.d
*.la
*.lo
2020-11-27 09:28:13 +00:00
*.o
2022-01-16 13:57:22 +00:00
.deps/
.dirstamp
.libs/
2020-11-27 09:28:13 +00:00
2022-01-16 09:15:17 +00:00
############################
# Always generated in root #
############################
2022-01-31 01:12:37 +00:00
/INSTALL
2020-11-27 09:28:13 +00:00
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
2020-12-07 04:42:52 +00:00
/config.h.in
/config.h.in~
/config.sub
2020-11-27 09:28:13 +00:00
/configure
/configure.ac~
/configure~
2020-11-27 09:28:13 +00:00
/depcomp
/install-sh
/ltmain.sh
2020-11-27 09:28:13 +00:00
/missing
2020-11-27 16:04:15 +00:00
/test-driver
2022-01-16 09:15:17 +00:00
/m4/*
!/m4/.keep
2022-01-16 09:23:48 +00:00
/Makefile.in
2022-12-03 21:44:40 +00:00
/examples/Makefile.in
2022-12-17 12:26:20 +00:00
/fixtures/Makefile.in
2022-01-16 09:15:17 +00:00
/include/Makefile.in
2022-12-03 21:44:40 +00:00
/tests/Makefile.in
2022-01-16 09:15:17 +00:00
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/libtool
2022-01-16 09:15:17 +00:00
/stamp-h1
/confcache
/confdefs.h
/confinc.mk
/confmf.BSD
/confmf.GNU
/conftest.c
/conftest.err
2022-06-12 08:42:43 +00:00
/examples/test-suite.log
2022-01-16 09:15:17 +00:00
/examples/*.log
/examples/*.trs
2022-06-12 08:42:43 +00:00
/tests/test-suite.log
/tests/test_*.log
/tests/test_*.trs
2022-01-16 09:15:17 +00:00
2022-06-02 14:43:38 +00:00
/Makefile
2022-12-03 21:44:40 +00:00
/examples/Makefile
2022-12-17 12:26:20 +00:00
/fixtures/Makefile
2022-06-02 14:43:38 +00:00
/include/Makefile
2022-12-03 21:44:40 +00:00
/tests/Makefile
2022-12-23 08:28:52 +00:00
/libkernaux.pc