diff options
Diffstat (limited to 'options/gitignore/Eclipse')
-rw-r--r-- | options/gitignore/Eclipse | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/options/gitignore/Eclipse b/options/gitignore/Eclipse index 4f88399d2d..a65649a9ed 100644 --- a/options/gitignore/Eclipse +++ b/options/gitignore/Eclipse @@ -11,9 +11,6 @@ local.properties .loadpath .recommenders -# Eclipse Core -.project - # External tool builders .externalToolBuilders/ @@ -26,8 +23,8 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# JDT-specific (Eclipse Java Development Tools) -.classpath +# CDT- autotools +.autotools # Java annotation processor (APT) .factorypath @@ -50,6 +47,9 @@ local.properties # Code Recommenders .recommenders/ +# Annotation Processing +.apt_generated/ + # Scala IDE specific (Scala & Java development for Eclipse) .cache-main .scala_dependencies |