From: Jérôme Benoit Date: Mon, 7 Jan 2019 15:08:21 +0000 (+0100) Subject: Refine .gitignore for Eclipse. X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=commitdiff_plain;h=dc0e3c9549c9e04431bd008ad44ff4506f9b2fde Refine .gitignore for Eclipse. --- diff --git a/.gitignore b/.gitignore index da919a8..5daa2b9 100644 --- a/.gitignore +++ b/.gitignore @@ -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