Refine .gitignore for Eclipse.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 7 Jan 2019 15:08:21 +0000 (16:08 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 7 Jan 2019 15:08:21 +0000 (16:08 +0100)
.gitignore

index da919a892b5201695082651e1f04bac06b6e69e1..5daa2b9f64c5e1e80009caddcff14d7b9d90b742 100644 (file)
@@ -1,6 +1,76 @@
 
-# Created by https://www.gitignore.io/api/intellij
-# Edit at https://www.gitignore.io/?templates=intellij
+# Created by https://www.gitignore.io/api/eclipse,intellij
+# Edit at https://www.gitignore.io/?templates=eclipse,intellij
+
+### Eclipse ###
+
+.metadata
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+.recommenders
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# PyDev specific (Python IDE for Eclipse)
+*.pydevproject
+
+# CDT-specific (C/C++ Development Tooling)
+.cproject
+
+# CDT- autotools
+.autotools
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific (PHP Development Tools)
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# Tern plugin
+.tern-project
+
+# TeXlipse plugin
+.texlipse
+
+# STS (Spring Tool Suite)
+.springBeans
+
+# Code Recommenders
+.recommenders/
+
+# Annotation Processing
+.apt_generated/
+
+# Scala IDE specific (Scala & Java development for Eclipse)
+.cache-main
+.scala_dependencies
+.worksheet
+
+### Eclipse Patch ###
+# Eclipse Core
+.project
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Annotation Processing
+.apt_generated
+
+.sts4-cache/
 
 ### Intellij ###
 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
@@ -81,4 +151,4 @@ fabric.properties
 # Sonarlint plugin
 .idea/sonarlint
 
-# End of https://www.gitignore.io/api/intellij
\ No newline at end of file
+# End of https://www.gitignore.io/api/eclipse,intellij
\ No newline at end of file