Skip to content

Commit 6ffdf57

Browse files
authored
Merge pull request #17708 from yoff/python/ignore-extractor-test-output
Python: ignore some extractor test output
2 parents 58fd1a2 + 0b0e8a4 commit 6ffdf57

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/extractor/cli-integration-test/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
*/venv/
44
**/*.egg-info/
55
*/.cache
6+
**/trap/
7+
**/*.testproj/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.old
2+
*.new

0 commit comments

Comments
 (0)