forked from rime/weasel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
58 lines (58 loc) · 776 Bytes
/
.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
.cache
.clangd
.xmake
build
msbuild
compile_commands.json
/output/Win32/*.exe
/output/Win32/rime.dll
/output/Win32/*.pdb
/lib*/rime.lib
/lib*/*.dll
/lib*/*.pdb
/output/*.exp
/output/Win32/*.exp
/output/*.ilk
/output/*.iobj
/output/*.ipdb
/output/*.pdb
/output/*.lib
/output/Win32/*.lib
/output/*.exe
/output/rime.dll
/output/weasel*.dll
/output/*.ime
/output/*.txt
/output/*.bat
/output/data/essay.txt
/output/data/opencc/
/output/data/*.yaml
/output/archives
/include/glog
/include/rime*.h
/ipch
env.bat
weasel.props
*.log
*.user
*.suo
*.sdf
*.opensdf
*.aps
*~
.*.swp
*.swp
.vs
Thumbs.db
/.idea
/cmake-build-debug
*.VC.db
release-notes.html
*.7z
RELEASE_CHANGELOG.md
deps/
arm64x_wrapper/*.o
arm64x_wrapper/*.dll
arm64x_wrapper/*.ime
arm64x_wrapper/*.lib
arm64x_wrapper/*.exp