From 90fe0571d7c86c15736d64bc10f482ce23d38977 Mon Sep 17 00:00:00 2001 From: Quentin Le Menez Date: Thu, 2 Mar 2017 16:04:49 +0100 Subject: [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 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3