-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
130 lines (118 loc) · 2.52 KB
/
.gitignore
File metadata and controls
130 lines (118 loc) · 2.52 KB
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
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Backups
*.bak
*.000
*.001
*.002
*.003
*.004
*.005
*.006
*.007
*.008
*.009
# Temporary Files
*.local
*.lnk
*.stat
# Private
*_dme.bat
d2c_cb/__astcache
d2c_cb/__history
d2c_cb/__recovery
Demos/CompletionProposalDemo/__astcache
Demos/CompletionProposalDemo/__history
Demos/CompletionProposalDemo/__recovery
Demos/CompletionProposalDemo/Win32
Demos/EditAppDemos/__astcache
Demos/EditAppDemos/__history
Demos/EditAppDemos/__recovery
Demos/EditAppDemos/Win32
Demos/Folding/__astcache
Demos/Folding/__history
Demos/Folding/__recovery
Demos/Folding/Win32
Demos/SearchReplaceDemo/__astcache
Demos/SearchReplaceDemo/__history
Demos/SearchReplaceDemo/__recovery
Demos/SearchReplaceDemo/Win32
DemosCb/CompletionProposalDemo/__astcache
DemosCb/CompletionProposalDemo/__history
DemosCb/CompletionProposalDemo/__recovery
DemosCb/CompletionProposalDemo/Win32
DemosCb/EditAppDemos/__astcache
DemosCb/EditAppDemos/__history
DemosCb/EditAppDemos/__recovery
DemosCb/EditAppDemos/Win32
DemosCb/Folding/__astcache
DemosCb/Folding/__history
DemosCb/Folding/__recovery
DemosCb/Folding/Win32
DemosCb/SearchReplaceDemo/__astcache
DemosCb/SearchReplaceDemo/__history
DemosCb/SearchReplaceDemo/__recovery
DemosCb/SearchReplaceDemo/Win32
DemosCb64/CompletionProposalDemo/__astcache
DemosCb64/CompletionProposalDemo/__history
DemosCb64/CompletionProposalDemo/__recovery
DemosCb64/CompletionProposalDemo/Win64x
DemosCb64/CompletionProposalDemo/Win32
DemosCb64/EditAppDemos/__astcache
DemosCb64/EditAppDemos/__history
DemosCb64/EditAppDemos/__recovery
DemosCb64/EditAppDemos/Win64x
DemosCb64/EditAppDemos/Win32
DemosCb64/Folding/__astcache
DemosCb64/Folding/__history
DemosCb64/Folding/__recovery
DemosCb64/Folding/Win64x
DemosCb64/Folding/Win32
DemosCb64/SearchReplaceDemo/__astcache
DemosCb64/SearchReplaceDemo/__history
DemosCb64/SearchReplaceDemo/__recovery
DemosCb64/SearchReplaceDemo/Win64x
DemosCb64/SearchReplaceDemo/Win32
SourceCppRun/__astcache
SourceCppRun/__history
SourceCppRun/__recovery
SourceCppRun64/__history
SourceCppRun64/__recovery
SynGenCppRun/__astcache
SynGenCppRun/__history
SynGenCppRun/__recovery
SynGenCppRun/Win32
TestCpp/__astcache
TestCpp/__history
TestCpp/__recovery
TestCpp/Win32
TestCpp64/__astcache
TestCpp64/__history
TestCpp64/__recovery
TestCpp64/Win64x
SourceCppReworked
SourceCppReworked64