-
Notifications
You must be signed in to change notification settings - Fork 91
/
.gitignore
147 lines (129 loc) · 1.86 KB
/
.gitignore
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# maintainer files
.dir-locals.el
ID
TAGS
GTAGS
GPATH
GRTAGS
GSYMS
# autotools generated
INSTALL
Makefile
Makefile.in
aclocal.m4
mkinstalldirs
autom4te.cache
build-aux/
chewing.pc
config.log
config.status
configure
libchewing.spec
libtool
/m4/libtool.m4
/m4/lt*.m4
include/config.h.in~
include/config.h
include/config.h.in
include/stamp-h1
# cmake generated files
/out
/build
config.h
/libchewing.*
/libsqlite3_library.a
/libtesthelper.a
/libuserphrase.a
/Testing
/CTestTestfile.cmake
/CMakeCache.txt
/CMakeFiles/
/cmake_install.cmake
# test suite
test/genkeystroke
test/performance
test/randkeystroke
test/simulate
test/stress
test/testchewing
test/test-bopomofo
test/test-config
test/test-easy-symbol
test/test-error-handling
test/test-fullshape
test/test-key2pho
test/test-keyboard
test/test-keyboardless
test/test-logger
test/test-memory-fail
test/test-mmap
test/test-path
test/test-reset
test/test-regression
test/test-symbol
test/test-struct-size
test/test-special-symbol
test/test-userphrase
test/test-utf8
test/do-test.xml
test/test.txt
test/*.log
test/*.trs
test/chewing.sqlite3
test/test.sqlite3
thirdparty/sqlite-amalgamation/sqlite3
# Generated tools/headers
src/tools/init_database
src/tools/dump_database
# gcov output
*.gcda
*.gcno
*.gcov
/coverage.info
/coveragereport
# cscope output
cscope.*
# info doc
doc/libchewing.info
doc/stamp-vti
doc/version.texi
doc/libchewing.aux
doc/libchewing.cp
doc/libchewing.cps
doc/libchewing.fn
doc/libchewing.fns
doc/libchewing.ky
doc/libchewing.log
doc/libchewing.pdf
doc/libchewing.pg
doc/libchewing.toc
doc/libchewing.tp
doc/libchewing.tps
doc/libchewing.vr
doc/libchewing.vrs
# Visual Studio
*.pdb
*.vcxproj*
*.sln
*.sdf
*.suo
*.dir
*.ilk
# indent backup
*~
# contrib directory
contrib/simple-select
contrib/test.sqlite3
# vi
*.swp
# OS X
.DS_Store
# python
*.pyc
# rust
/target
# clangd
/.cache/clangd
# fuzzer
/fuzzer/in
/fuzzer/out