From ad630bc6ff6af1391f4bc8a58b9b5644418791a9 Mon Sep 17 00:00:00 2001 From: Rasmus Lerchedahl Petersen Date: Wed, 9 Oct 2024 11:34:58 +0200 Subject: [PATCH] Python: ignore some extractor test output If you test the extractor locally, you want to ignore these files. --- python/extractor/cli-integration-test/.gitignore | 2 ++ python/extractor/tests/parser/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 python/extractor/tests/parser/.gitignore diff --git a/python/extractor/cli-integration-test/.gitignore b/python/extractor/cli-integration-test/.gitignore index d3606b9b666..9c021a4450e 100644 --- a/python/extractor/cli-integration-test/.gitignore +++ b/python/extractor/cli-integration-test/.gitignore @@ -3,3 +3,5 @@ */venv/ **/*.egg-info/ */.cache +**/trap/ +**/*.testproj/ \ No newline at end of file diff --git a/python/extractor/tests/parser/.gitignore b/python/extractor/tests/parser/.gitignore new file mode 100644 index 00000000000..a27ba574014 --- /dev/null +++ b/python/extractor/tests/parser/.gitignore @@ -0,0 +1 @@ +*.old \ No newline at end of file