summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f2e40dc8617746235c12b09febb212e8243d60d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
INSTALL
Makefile.in
aclocal.m4
ar-lib
compile
config.guess
config.sub
configure
depcomp
install-sh
ltmain.sh
m4/
missing
test-driver

Makefile
config.log
config.status
libpcre2-*.pc
libtool
pcre2-config
src/.deps
src/config.h
src/pcre2.h
src/stamp-h1

.libs
*.o
*.lo
*.a
*.la
src/.dirstamp
src/pcre2_chartables.c

pcre2grep
pcre2test
pcre2_jit_test

RunGrepTest.log
RunGrepTest.trs
RunTest.log
RunTest.trs
pcre2_jit_test.log
pcre2_jit_test.trs
test-suite.log

*~