forked from IronLanguages/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (40 loc) · 1.03 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
*_name_S*
# Output directories
obj/
bin/
/bin/
/Stage
/Packages
/.vscode
#Backup files
*.bak
# Temporary VS files
*.suo
*.csproj.user
*.wixproj.user
*.pidb
*.db
*.opendb
*.lock.json
*.nuget.targets
# Visual Studio 2015 cache/options directory
.vs/
# Generated files
BuildInfo.Generated.cs
CurrentVersion.Generated.cs
TestResult.xml
Solutions/TestResults/
Runtime/Samples/Hosting/Scenarios/bin/
# TODO - testing scripts should not create these files
External.LCA_RESTRICTED/Languages/IronPython/27/Lib/@test_*
# created by CPython tests
External.LCA_RESTRICTED/Languages/IronPython/27/Lib/lib2to3/Grammar*.pickle
External.LCA_RESTRICTED/Languages/IronPython/27/Lib/lib2to3/PatternGrammar*.pickle
# created by side by side tests
Languages/IronPython/Tests/compat/*.log
Languages/IronPython/Tests/compat/*.pyc
Languages/IronPython/Tests/compat/*/*.pyc
Languages/IronPython/Tests/compat/sbs_library.dll
Languages/IronPython/Tests/compat/tempfile.txt
Languages/IronPython/Tests/Tools/stdmodules.py.stdout.log
Languages/IronPython/Tests/test_data.gz