1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-13 11:04:17 -05:00
libclayer/.gitignore
2022-12-25 14:06:58 +04:00

74 lines
926 B
Text

/build/*
!/build/.keep
##########################
# 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
/Makefile.in
/include/Makefile.in
/tests/Makefile.in
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/libtool
/stamp-h1
/confcache
/confdefs.h
/confinc.mk
/confmf.BSD
/confmf.GNU
/conftest.c
/conftest.err
/tests/test-suite.log
/tests/test_*.log
/tests/test_*.trs
/Makefile
/include/Makefile
/tests/Makefile
/libkernaux.pc