pcre2/.gitignore

63 lines
643 B
Plaintext
Raw Normal View History

2021-08-21 17:08:44 +02:00
# Public .gitignore file for PCRE2
*.a
*.lo
*.la
*.pc
*.o
*~
.deps
.libs
INSTALL
2021-08-21 17:08:44 +02:00
Makefile
Makefile.in
2021-08-21 17:08:44 +02:00
RunGrepTest.log
RunGrepTest.trs
RunTest.log
RunTest.trs
aclocal.m4
ar-lib
compile
config.guess
2021-08-21 17:08:44 +02:00
config.log
config.status
config.sub
configure
depcomp
install-sh
2021-08-21 17:08:44 +02:00
libtool
ltmain.sh
missing
2021-08-21 17:08:44 +02:00
pcre2-config
pcre2_dftables
pcre2_jit_test
pcre2_jit_test.log
pcre2_jit_test.trs
pcre2demo
pcre2fuzzcheck
pcre2grep
pcre2test
test-driver
2021-08-21 17:08:44 +02:00
test-suite.log
m4/libtool.m4
2021-08-21 17:08:44 +02:00
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
maint/ucptest
maint/utf8
src/.deps
2021-08-21 17:08:44 +02:00
src/.dirstamp
src/config.h
src/pcre2.h
src/pcre2_chartables.c
2021-08-21 17:08:44 +02:00
src/stamp-h1
2021-08-21 17:08:44 +02:00
# End