mirror of
https://github.com/python/cpython.git
synced 2026-01-25 16:52:04 +00:00
ignore things in Lib/test/data/
This commit is contained in:
parent
9bd39c119e
commit
9d2916cdfd
2 changed files with 2 additions and 0 deletions
|
|
@ -28,5 +28,6 @@ Modules/Setup.config
|
|||
Modules/Setup.local
|
||||
Modules/config.c
|
||||
Parser/pgen
|
||||
Lib/test/data/*
|
||||
Lib/lib2to3/Grammar*.pickle
|
||||
Lib/lib2to3/PatternGrammar*.pickle
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ libpython*.a
|
|||
*.rej
|
||||
*~
|
||||
Lib/lib2to3/*.pickle
|
||||
Lib/test/data/*
|
||||
PCbuild/*.exe
|
||||
PCbuild/*.dll
|
||||
PCbuild/*.pdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue