-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
79 lines (72 loc) · 1.76 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
# ignore Visual Studio user files
*.suo
*.csproj.user
*.xproj.user
*.sln.cache
# User files related to NuGet project.json
*.lock.json
*.nuget.props
*.nuget.targets
[nN]u[gG]et.exe
# Ignored testing and profiling files
TestResults/
*.vsp
*.testsettings
# Roslyn Cache
.vs/
# ignore C# build directories
bin/
obj/
reference/.metadata/
reference/reference.net/
/runtime/CSharp/packages/
/build/DotnetValidation*/packages/
# ignore Java (Maven) build directory
tool/target/
.idea/
*.iml
# ignore NuGet output folders
/build/nuget/
# Ignore generated test suite
_tests/**/Generated/
_tests/**/Generated-*/
x/
packages-microsoft-prod.deb
_tests/trcombine/o3.pt
_tests/trcombine/o1.pt
_tests/trcombine/o2.pt
_tests/piggy/o1.pt
_tests/piggy/o2.pt
./output
_tests/trgen-targets/Antlr4cs/output
_tests/trgen-targets/Antlr4cs/simple.g4
_tests/trgen-targets/CSharp/output
_tests/trgen-targets/CSharp/simple.g4
_tests/trgen-targets/Java/simple.g4
_tests/trgen-targets/Go/simple.g4
_tests/trgen-targets/Dart/output
_tests/trgen-targets/Java/output
_tests/trgen-targets/Go/output
_tests/trgen-targets/Dart/simple.g4
_tests/trgen-targets/Python3/simple.g4
_tests/trgen-targets/Python3/output
_tests/trperf/output
_tests/trfirst/output
src/grammars/pegen/Generated-CSharp/v2.txt
src/grammars/pegen/Generated-CSharp/v3.txt
src/grammars/pegen/Generated-CSharp/v1.txt
src/grammars/pegen/Generated-CSharp/orig.txt
src/grammars/pegen/Generated-CSharp/o.pt
src/grammars/pegen/Generated-CSharp/orig.pt
src/VsCode/node_modules/
src/VsCode/out/
*.vsix
src/VsCode/package-lock.json
src/trgen/foobar.zip
src/trgenvsc/foobar.zip
src/trgenvsc/foobar.zip
_tests/trxml/output
_tests/delabel/o.pt
/src/trgenvsc/templates/server/Logger
/src/trgenvsc/templates/server/ParseTreeEditing
/src/trgenvsc/templates/server/Workspaces