-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
68 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
60
61
62
63
64
65
66
67
# Specifies intentionally untracked files to ignore.
#
# https://git-scm.com/docs/gitignore
# https://www.gitignore.io/
# https://github.com/github/gitignore
#
# In case of conflict with a specific file format, feel free to remove the
# problematic line.
# Generated when a Git operation is conflicting.
*.orig
#Temporary and binaries
*.o
*.ctl
*.etl
*.scor
*.scor.*
*.vcxproj.user
*.csproj.user
*.cspbin
launchSettings.json
# Symlinks
External
# Shared
CompileScore/.vs/
# VS Exports
CompileScore/VSIX16/.vs/
CompileScore/VSIX16/bin/
CompileScore/VSIX16/obj/
CompileScore/VSIX17/.vs/
CompileScore/VSIX17/bin/
CompileScore/VSIX17/obj/
# WPF StandAlone
CompileScore/WPF/.vs/
CompileScore/WPF/bin/
CompileScore/WPF/obj/
DataExtractor/tmp/*
DataExtractor/bin/*
DataExtractor/.vs/*
DataExtractor/packages/*
Parser/tmp/*
Parser/bin/*
Parser/.vs/*
TestProjects/NMake/tmp/*
TestProjects/NMake/bin/*
TestProjects/NMake/.vs/*
TestProjects/CMake/tmp/*
TestProjects/CMake/bin/*
TestProjects/CMake/.vs/*
TestProjects/Parser/tmp/*
TestProjects/Parser/bin/*
TestProjects/Parser/.vs/*
TestProjects/Regular/tmp/*
TestProjects/Regular/bin/*
TestProjects/Regular/.vs/*