mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
81 lines
1 KiB
Text
81 lines
1 KiB
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
|
|
/examples/Makefile.in
|
|
/fixtures/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
|
|
|
|
/examples/test-suite.log
|
|
/examples/*.log
|
|
/examples/*.trs
|
|
/tests/test-suite.log
|
|
/tests/test_*.log
|
|
/tests/test_*.trs
|
|
|
|
/Makefile
|
|
/examples/Makefile
|
|
/fixtures/Makefile
|
|
/include/Makefile
|
|
/tests/Makefile
|
|
|
|
/libkernaux.pc
|