summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 825c1351a8ca0c6aebf687866ebf765701577f47 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Makefile
autom4te.cache/
ltmain.sh
stamp-h1
configure
config.status
config.h
config.h.in
onig-config
libtool
aclocal.m4
Makefile.in
.python-version
*.o
*.obj
*.so
*.lo
*.la
*.pc
*.log
*.dll
*.lib
*.exe
*.exp
*.gcno
*.gcda
*.gcov
*~
.libs/
.deps/
/build
/onig-*.tar.gz
m4/*.m4
/coverage
/coverage.info
/fuzzers

# src/
/src/unicode_fold?_key.gperf
/src/unicode_unfold_key.gperf
/src/UNICODE_PROPERTIES
/src/*.txt
/src/mktable

# test/
/test/test_utf8
/test/test_options
/test/testc
/test/testcu
/test/testp
/test/test_regset
/test/test_syntax
/test/test_back
/test/kofu-utf8.txt

# sample/
/sample/crnl
/sample/encode
/sample/listcap
/sample/names
/sample/posix
/sample/simple
/sample/sql
/sample/syntax
/sample/user_property
/sample/callout
/sample/echo
/sample/count
/sample/bug_fix
/sample/regset
/sample/scan
/sample/callback_each_match
/sample/log*

/harnesses/utf16*.dict
/harnesses/fuzzer-*
/harnesses/read-*
/harnesses/libfuzzer-onig
/harnesses/libfuzzer-onig-full
/harnesses/slow-unit-*
/harnesses/timeout-*
/harnesses/crash-*
/harnesses/oom-*