Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-03-02 15:04:49 +0000
committerGerrit Code Review @ Eclipse.org2017-03-06 13:24:06 +0000
commit90fe0571d7c86c15736d64bc10f482ce23d38977 (patch)
treece7811dea659ed7f48066bfcfc1c8d6414a3fff3
parentdae1975a750504c70f07a5f25a733e490ecc4982 (diff)
downloadorg.eclipse.papyrus-90fe0571d7c86c15736d64bc10f482ce23d38977.tar.gz
org.eclipse.papyrus-90fe0571d7c86c15736d64bc10f482ce23d38977.tar.xz
org.eclipse.papyrus-90fe0571d7c86c15736d64bc10f482ce23d38977.zip
[releng] [oxygen] Proposition of gitignore modification
- added a rule that ignores the created .project by the egit tool when importing folders detected as 'mavenized' Change-Id: Iec45258fc37d7c1f95a6f9027e43185a9f0876eb Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 69983fa8962..4e471a71951 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,8 @@ tests/**/.metadata/
#intellij files
.idea/
-*.iml \ No newline at end of file
+*.iml
+
+# All .project that are not in a Papyrus plugin
+.project
+!**/org.eclipse.papyrus.*/.project \ No newline at end of file

Back to the top