1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00
libkernaux/.gitignore

82 lines
1 KiB
Text
Raw Permalink Normal View History

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