summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2015-04-29 13:56:12 +0200
committerEdwin Kempin <edwin.kempin@sap.com>2015-04-29 13:56:33 +0200
commit4c26a21aa2133c7728591f736d0cc83ee41846ec (patch)
tree088a1b0003b9275d35f5254a8174dd7bcfd0e5b7
parente6782847f87166c650ad0ec172c6e64b5be3c432 (diff)
Add '/.apt_generated' and '/.factorypath' to .gitignore
These files are not created with Gerrit 2.10, but only with Gerrit 2.11 and newer where these patterns are already ignored. However switching from a new branch >= stable-2.11 to stable-2.10 leaves these files in the working tree so that it is dirty. Change-Id: I50f4069bb8600ed133fc2e0aade7974c6f721b7d Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fec4747316..b356144211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+/.apt_generated
/.classpath
+/.factorypath
/.project
/.settings/org.maven.ide.eclipse.prefs
/.settings/org.eclipse.m2e.core.prefs