-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
161 lines (129 loc) · 1.61 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
148
149
150
151
152
153
154
155
156
157
158
159
160
# directories (by name)
/.git-old/
/.vs/
/_build/
/_internal/
/bin/
/ipch/
/lib/
/doc/
/dox/
/ideas/
/releases/
/scratch/
/temp/
/examples/bin
/examples/c/bin
/examples/cpp/bin
/examples/lib
/examples/c/lib
/examples/cpp/lib
/include/b64/
/include/shwild/
/include/xcontract/
/include/xcover/
/include/xtests/
/src/b64/
/src/shwild/
/src/xcontract/
/src/xcover/
/src/xtests/
scripts/internal/
Debug Multithreaded DLL/
Debug Multithreaded pseudoUnix/
Debug Multithreaded/
Debug/
DebugDLLUNIX/
DebugDll/
DebugMt/
Release Multithreaded DLL/
Release Multithreaded pseudoUnix/
Release Multithreaded/
Release/
ReleaseDLLUNIX/
ReleaseDll/
ReleaseMt/
Unicode Debug Multithreaded DLL/
Unicode Debug Multithreaded/
Unicode Debug/
Unicode Release Multithreaded DLL/
Unicode Release Multithreaded/
Unicode Release/
vc71/
vc8/
vc9/
Win32/
x64/
# directories (by pattern)
/build/ar*
/build/bc5*
/build/como*
/build/cw*
/build/gcc3*
/build/gcc4*
/build/icl*
/build/vc5*
/build/*.zip
/include-*/
# files (by name)
.DS_Store
.ruby-version
.update_deps
list_changes.cmd
logging-bailout.txt
prepare.cmd
sh.exe.stackdump
tidydir.cmd
update_deps.cmd
build/makefile.tmpl
build/makefile.tools.xml
include/pantheios/internal/dos2unix.has.been.performed
# files (by pattern)
*~
*.a
*.app
*.aps
*.b64
*.bak
*.chm
*.dll
*.dsp
*.dylib
*.exe
*.gch
*.idb
*.ilk
*.ipch
*.lib
*.log
*.ncb
*.o
*.obj
*.opensdf
*.opt
*.org
*.out
*.pch
*.pdb
*.res
*.sbr
*.scc
*.sdf
*.so
*.suo
*.swp
*.tlog
*.tmp
*.unsuccessfulbuild
*.vcproj*.user
*.vcxproj*.user
*.xcuserstate
*.zip
RCa0*
RCb0*
*.vc71.sln
*.vc8.sln
*.vc9.sln
build/*.tmplgen
build/*.tmpl
build/*.tools.xml