forked from blue-nebula/base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (56 loc) · 763 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
*.dbg
*.bin
*.exe
src/redeclipse_*
bin/x86/redeclipse_*
bin/amd64/redeclipse_*
bin/redeclipse_*
src/genkey_*
bin/x86/genkey_*
bin/amd64/genkey_*
bin/genkey_*
bin/redeclipse.app/Contents/MacOS/redeclipse_universal
src/.objs/
!src/bundled-libs/**
*.o
*.so
*.gch
*.pch
*.dll
*.a
*.lib
!/src/bundled-libs/**
*.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/xcode/build/*
src/xcode/redeclipse.xcodeproj/project.pbxproj
src/xcode/redeclipse.xcodeproj/project.xcworkspace
src/xcode/redeclipse.xcodeproj/xcuserdata
src/redeclipse.cscope_file_list
src/build/
*.kdev*
*.vscode*
GPATH
GTAGS
GRTAGS
.idea/
*build*/