forked from redeclipse/base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (64 loc) · 775 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
59
60
61
62
63
64
*.dbg
*.bin
*.exe
*.pdb
*.tmp
src/redeclipse_*
src/tessfont_*
src/genkey_*
bin/**/redeclipse_*
bin/**/tessfont_*
bin/**/genkey_*
bin/x86/steam_appid.txt
bin/amd64/steam_appid.txt
src/.objs/
*.o
*.so
*.gch
*.pch
*.dll
*.a
*.lib
*.bak
out
*~
.directory
.DS_Store
*.orig
*.rej
*.bak
*.kate-swp
*.core
*.diff
*.patch
*.out
home/
cache/
src/redeclipse.layout
src/redeclipse.depend
src/redeclipse.res
branch.txt
version.txt
*/version.txt
src/redeclipse.cscope_file_list
src/build/
.kdev/
.vscode/
.vs/
GPATH
GTAGS
GRTAGS
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
data/bonus/
extras.txt
src/redeclipse.code-workspace
bin/amd64/redeclipse.exp
src/redeclipse.aps
src/vcpp/.vs/
src/vcpp/client.vcxproj.user
src/vcpp/server.vcxproj.user
src/vcpp/x64/
src/vcpp/x86/
src/vcpp/Win32/