-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
94 lines (73 loc) · 968 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
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
# directories (by name)
include/b64/
include/shwild/
include/xcontract/
include/xcover/
include/xtests/
src/b64/
src/shwild/
src/xcontract/
src/xcover/
src/xtests/
vc71/
vc8/
vc9/
ideas/
bin/
lib/
ipch/
Win32/
x64/
Debug/
Debug Multithreaded/
Debug Multithreaded DLL/
Unicode Debug/
Unicode Debug Multithreaded/
Unicode Debug Multithreaded DLL/
Release/
Release Multithreaded/
Release Multithreaded DLL/
Unicode Release/
Unicode Release Multithreaded/
Unicode Release Multithreaded DLL/
DebugMTUnix/
DebugUnix/
ReleaseMTUnix/
ReleaseUnix/
# directories (by pattern)
# files (by name)
list_changes.cmd
build/makefile.tmpl
build/makefile.tools.xml
include/fastformat/internal/dos2unix.has.been.performed
test/tests-plan.txt
# files (by pattern)
*~
*.a
*.app
*.dll
*.dylib
*.exe
*.gch
*.ilk
*.lib
*.ncb
*.o
*.obj
*.opensdf
*.opt
*.org
*.out
*.pch
*.pdb
*.sdf
*.sbr
*.scc
*.so
*.suo
*.swp
*.vcproj*.user
*.vcxproj*.user
*.vc71.sln
*.vc8.sln
*.vc9.sln