Skip to content

Commit a18b76e

Browse files
committed
Fix references in ignore
1 parent d875546 commit a18b76e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ packages/
2626
__pycache__/
2727

2828
# Generated files
29-
Src/IronPythonTest/TestResults/
30-
Src/IronPythonTest/runsettings.*.xml
29+
tests/ironpython/TestResults/
30+
tests/ironpython/runsettings.*.xml
3131

3232
# created by CPython tests
33-
Src/StdLib/Lib/lib2to3/Grammar*.pickle
34-
Src/StdLib/Lib/lib2to3/PatternGrammar*.pickle
33+
src/core/IronPython.StdLib/Lib/lib2to3/Grammar*.pickle
34+
src/core/IronPython.StdLib/Lib/lib2to3/PatternGrammar*.pickle
3535

3636
## Ignore Visual Studio temporary files, build results, and
3737
## files generated by popular Visual Studio add-ons.

0 commit comments

Comments
 (0)