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