-
Notifications
You must be signed in to change notification settings - Fork 253
/
.gitignore
59 lines (54 loc) · 1.14 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
[Oo]bj
[Bb]in
TestResults
/.vs
/src/Samples/UnixRelease
/src/.vs
*.csproj.user
*.vcxproj.user
*.wixproj.user
*.opensdf
*.sdf
*.suo
*.ubj
*.VC.opendb
*.VC.db
/src/Reko-decompiler.VC.db
/src/UpgradeLog.htm
# MSVC build directories
**/ipch/
**/x86/Debug
**/x86/Release
**/x64/Debug
**/x64/Release
/subjects/**/Debug
/subjects/**/Release
# Visual Studio 2015 cache/options directory
.vs/
/src/Arch/ArmNative/Debug
/src/Arch/ArmNative/Release
/src/Debug
/src/Release
/src/BuildTargets/build
/src/Installers/WixInstaller/*.user
/src/Native/build
/src/Native/include/reko.h
/src/Native/out
/src/packages
/src/tools/reko.config
/src/tools/c2xml.dll.config/src/UnitTests/UnitTests.VisualState.xml
/src/UnitTests/UnitTests.csproj.VisualState.xml
/src/UnitTests/TestResult.xml
# Until we figure out how to run these in AppVeyor.
# /src/NuGetPackage/NuGetPackage.nuspec
# /src/WixInstaller/Product.wxs
# Regression test script
/subjects/subject_weights.txt
/subjects/regressionTests.pyc
/subjects/**/*.tests
# Files generated by specGen
/src/Installers/Runtime/Runtime.nuspec
/src/Installers/WixInstaller/Components.wxi
.vscode/*
!/.vscode/launch.json
!/.vscode/tasks.json