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>
This commit is contained in:
Edwin Kempin 2015-04-29 13:56:12 +02:00
parent e6782847f8
commit 4c26a21aa2
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
/.apt_generated
/.classpath
/.factorypath
/.project
/.settings/org.maven.ide.eclipse.prefs
/.settings/org.eclipse.m2e.core.prefs