Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2013-10-21 08:04:48 +0000
committerLars Vogel2013-10-21 09:16:14 +0000
commitc75fa917899356c6676e614505e9fe1e95ab6304 (patch)
tree3c90223997e7aa7389bd324c492d01f3084088da
parenta8341a9fc345415fb34e8defc58f2b9e04a3bf0a (diff)
downloadorg.eclipse.e4.tools-c75fa917899356c6676e614505e9fe1e95ab6304.tar.gz
org.eclipse.e4.tools-c75fa917899356c6676e614505e9fe1e95ab6304.tar.xz
org.eclipse.e4.tools-c75fa917899356c6676e614505e9fe1e95ab6304.zip
Bug 419948 - Add .metatadata to .gitignore in org.eclipse.e4.tools
Change-Id: I7063631b772c4d036a51f1b74037374787c0a524 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8b077c2a..8aff21fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ core.*
Snap.*
target/
.DS_Store
+.metadata

Back to the top