-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
147 lines (134 loc) · 2.01 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
autom4te.cache
build-aux/
chewing.pc
config.log
config.status
configure
libchewing.spec
libtool
/m4/libtool.m4
/m4/lt*.m4
# compiling output
*.dat
*.la
*.lo
*.o
.deps
.libs
data/checkdata_stamp
data/gendata_stamp
include/config.h
include/config.h.in
include/stamp-h1
# cmake generated files
config.h
# test suite
test/genkeystroke
test/genkeystroke.exe
test/randkeystroke
test/randkeystroke.exe
test/simulate
test/simulate.exe
test/testchewing
test/testchewing.exe
test/test-bopomofo
test/test-bopomofo.exe
test/test-config
test/test-config.exe
test/test-easy-symbol
test/test-easy-symbol.exe
test/test-fullshape
test/test-fullshape.exe
test/test-key2pho
test/test-key2pho.exe
test/test-keyboard
test/test-keyboard.exe
test/test-logger
test/test-logger.exe
test/test-memory-fail
test/test-memory-fail.exe
test/test-mmap
test/test-mmap.exe
test/test-path
test/test-path.exe
test/test-reset
test/test-reset.exe
test/test-regression
test/test-regression.exe
test/test-symbol
test/test-symbol.exe
test/test-special-symbol
test/test-special-symbol.exe
test/test-userphrase
test/test-userphrase.exe
test/test-utf8
test/test-utf8.exe
test/do-test.xml
test/test.txt
test/*.log
test/*.trs
# Generated tools/headers
src/tools/init_database
src/tools/init_database.exe
data/gen_IM_data
data/gen_IM_data.exe
# 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
# cmake
/CTestTestfile.cmake
/CMakeCache.txt
/CMakeFiles/
/cmake_install.cmake
# Visual Studio
*.pdb
*.vcxproj*
*.sln
*.sdf
*.suo
*.dir
*.ilk
# Visual studio
*.pdb
*.vcxproj*
*.sln
*.sdf
*.suo
*.dir
*.ilk