From e8d53ee58d9b5ea459f347c9a5e05a06e199e78a Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 13 Oct 2024 10:45:49 +0200 Subject: [PATCH] Add additional gitignore entries for runs --- .gitignore | 1 + legacytest/.gitignore | 3 +++ testproject/.gitignore | 1 + 3 files changed, 5 insertions(+) create mode 100644 legacytest/.gitignore diff --git a/.gitignore b/.gitignore index 3b785e62..4f41d45d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ out/ ### Eclipse ### .apt_generated .classpath +.eclipse/ .factorypath .project .settings diff --git a/legacytest/.gitignore b/legacytest/.gitignore new file mode 100644 index 00000000..fd4afddd --- /dev/null +++ b/legacytest/.gitignore @@ -0,0 +1,3 @@ +run/ +repo/ +*.log diff --git a/testproject/.gitignore b/testproject/.gitignore index 189a9827..fd4afddd 100644 --- a/testproject/.gitignore +++ b/testproject/.gitignore @@ -1,2 +1,3 @@ run/ repo/ +*.log