pcre2/.gitignore

83 lines
850 B
Plaintext
Raw Permalink Normal View History

2021-08-21 17:08:44 +02:00
# Public .gitignore file for PCRE2
*.a
*.lo
*.la
*.pc
*.o
*~
*.lha
2021-08-21 17:08:44 +02:00
2021-12-24 17:20:26 +01:00
__pycache__
2021-08-21 17:08:44 +02:00
.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
2021-08-31 16:58:52 +02:00
test3input
test3output
testNinput
testNinputgrep
teststderr
teststderrM
teststderrgrep
teststdout
teststdoutM
testtemp1
testtemp1grep
testtemp2
testtemp2grep
testtry
testtrygrep
2021-08-21 17:08:44 +02:00
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
2022-07-15 18:18:11 +02:00
/bazel-*
2021-08-21 17:08:44 +02:00
# End