We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d875546 commit a18b76eCopy full SHA for a18b76e
.gitignore
@@ -26,12 +26,12 @@ packages/
26
__pycache__/
27
28
# Generated files
29
-Src/IronPythonTest/TestResults/
30
-Src/IronPythonTest/runsettings.*.xml
+tests/ironpython/TestResults/
+tests/ironpython/runsettings.*.xml
31
32
# created by CPython tests
33
-Src/StdLib/Lib/lib2to3/Grammar*.pickle
34
-Src/StdLib/Lib/lib2to3/PatternGrammar*.pickle
+src/core/IronPython.StdLib/Lib/lib2to3/Grammar*.pickle
+src/core/IronPython.StdLib/Lib/lib2to3/PatternGrammar*.pickle
35
36
## Ignore Visual Studio temporary files, build results, and
37
## files generated by popular Visual Studio add-ons.
0 commit comments