sane-project-backends/.gitignore

65 wiersze
924 B
Plaintext

# files generated by building the project
2009-05-04 12:45:17 +00:00
*.a
*.la
2016-06-26 01:07:26 +00:00
*.lo
*.o
2018-09-20 17:26:43 +00:00
*.po~
2016-06-26 01:07:26 +00:00
.deps/
.libs/
.version
# files generated during the configure step
2009-05-04 12:45:17 +00:00
Makefile
2016-06-26 01:07:26 +00:00
autom4te.cache/
config.cache
2009-05-04 12:45:17 +00:00
libtool
2018-12-08 11:33:20 +00:00
# files generated during autogen.sh step
Makefile.in
/INSTALL
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.log
/config.rpath
/config.sub
/config.status
/configure
/depcomp
/install-sh
/ltmain.sh
/ltmain.sh.orig
/m4/
!/m4/byteorder.m4
/missing
/mkinstalldirs
/test-driver
# Gettext stuff
/ABOUT-NLS
/po/*
!/po/*.po
/po/en@*quot.po
!/po/LINGUAS
!/po/Makevars
!/po/POTFILES.in
2018-12-08 11:33:20 +00:00
# `make check` artifacts
test-suite.log
/testsuite/sanei/sanei_*_test
/testsuite/sanei/sanei_*_test.log
/testsuite/sanei/sanei_*_test.trs
/testsuite/sanei/test_wire
/testsuite/sanei/test_wire.log
/testsuite/sanei/test_wire.out
/testsuite/sanei/test_wire.trs
/testsuite/tools/*.res
2019-07-14 08:09:33 +00:00
# `make dist` artifacts
/sane-backends-*.tar.gz
2022-11-24 11:08:29 +00:00
# editor temp files
*~
\#*\#