summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 398488c319a3c67c467c0735fb8c70e3249db4cb (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
Makefile
autom4te.cache/
ltmain.sh
stamp-h1
configure
config.status
config.h
config.h.in
onig-config
libtool
aclocal.m4
Makefile.in
*.o
*.obj
*.so
*.lo
*.la
*.pc
*.log
*.dll
*.lib
*.exe
*.exp
*~
.libs/
.deps/
/build
/onig-*.tar.gz
m4/*.m4

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

# test/
/test/test_utf8
/test/testc
/test/testcu
/test/testp

# 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/log*