-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path.gitignore
112 lines (111 loc) · 1.25 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
/relnotes.txt
/readme.txt
/license.txt
/src/vcvars32.bat
VTune Profiler Results/
*.obj
*.o
*.oa
*.bak
*.tds
*.tr2
*.td2
*.asm
*.exe
*.map
*.lib
*.tlog
*.pdb
*.rel
*.i
*.res
*.manifest
*.lastbuildstate
*.idb
*.sdf
*.suo
*manifest.rc
*.opensdf
*.log
*.user
*.old
*.lss
*.odx
*.ods
*.icd
*.icd2
*.icf
*.ilo
*.il
*.user
q
q.*
q1.*
q2.*
/src/MSDNHelp/
/src/occ/ideprj/*.*
/src/occ/ideprj/win32
/src/occ/x86/q*.cpp
/src/occ/x86/q*.h
/src/debug
/src/release
/addon/e
/bin/
/dist/
/doc/tools.htm
/docs/
/examples/
/help/
/include/
/lib/
/rule/
/src/clibs/object/
/src/clibs/platform/win32/lscrtl/lscrtl
/src/doszip.zip
/src/ipch/
/src/occ/parse/xx/
/src/occ/netil/cc386/
/src/occ/netil/lsmsilcrtl/
/
/src/*/Debug
/src/*/Release
/src/*/x64/Debug
/src/*/x64/Release
/src/occparse/temp/*
/test/
/web/
/xx/
*-cppcheck-build-dir/
src/.vs
*.xhf
*.xcppf
*.xcf
*.tst
*.err
*.out
*.pyc
*.bad
*.good
*.$$$
*.tmp
**/__pycache__/
src/clibs/cpp/libcxx/test/*.s
src/clibs/cpp/libcxx/test/*.o
src/clibs/cpp/libcxx/test/*.exe
src/onm/Debug/*
src/oimplib/Debug/*
src/obrc/Debug/*
src/objlib/Debug/*
src/coff2ieee/Debug/*
src/adl/Debug/*
src/*/obj
src/*/Debug
src/*/Release
src/occ/*/obj
src/lib
/tests/*/*.s
/tests/c-testsuite/*.c*
/tests/*/*.json
/tests/*/*.txt
/tests/occpr/bzip2*.c
/tests/occil/*/*.dll