forked from synesissoftware/xTests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
141 lines (117 loc) · 1.5 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
# directories (by name)
/.git-old/
/.vs/
/_build/
/_internal/
/bin/
/ipch/
/lib/
/doc/
/dox/
/ideas/
/releases/
/scratch/
/temp/
/include/b64/
/include/cstring/
/include/recls/
/include/shwild/
/include/xcontract/
/include/xcover/
/src/b64/
/src/cstring/
/src/recls/
/src/shwild/
/src/xcontract/
/src/xcover/
Debug Multithreaded DLL/
Debug Multithreaded Dll/
Debug Multithreaded/
Debug/
DebugDll/
DebugMTDLL/
DebugMt/
DebugNox/
DebugUNIX/
DebugUnix/
Release Multithreaded DLL/
Release Multithreaded Dll/
Release Multithreaded/
Release/
ReleaseDll/
ReleaseMTDLL/
ReleaseMt/
ReleaseNox/
ReleaseUnix/
UDebug/
UDebugMt/
URelease/
UReleaseMt/
Unicode Debug Multithreaded Dll/
Unicode Debug Multithreaded/
Unicode Release Multithreaded Dll/
Unicode Release Multithreaded/
Win32/
x64/
# directories (by pattern)
/include-*/
# files (by name)
.DS_Store
.ruby-version
.update_deps
list_changes.cmd
logging-bailout.txt
prepare.cmd
sh.exe.stackdump
update_deps.cmd
build/makefile.tmpl
build/makefile.tools.xml
build/shwild.tmplgen
include/stlsoft/dos2unix.has.been.performed
include/stlsoft/internal/dos2unix.has.been.performed
test/testpatterns.orj
# files (by pattern)
*~
*.a
*.app
*.aps
*.b64
*.bak
*.dll
*.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
xtests-0.*-doc.chm
RCa0*
RCb0*
build/*.tmplgen
build/*.tmpl
build/*.tools.xml