Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-05-05 08:57:18 +0000
committerCamille Letavernier2015-05-05 12:28:03 +0000
commit42d61d7f36d317b61f179019c1c1fac0bcf72482 (patch)
tree212ccf863f5cdae34eb145778c04194b0be47658 /.gitignore
parent9b9979a9f7b667511b41a19d09a7c492b21d4604 (diff)
downloadorg.eclipse.papyrus-42d61d7f36d317b61f179019c1c1fac0bcf72482.tar.gz
org.eclipse.papyrus-42d61d7f36d317b61f179019c1c1fac0bcf72482.tar.xz
org.eclipse.papyrus-42d61d7f36d317b61f179019c1c1fac0bcf72482.zip
[Repository] Add *.xtendbin to the global gitignore
Change-Id: Ic2c65af40a8e15059e22f37490f0190cc476c0c1 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b28e4b32220..facf8d09698 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ target/
*.java._trace
*.pyc
.DS_Store
+*.xtendbin
# Workspace metadata folder created by Oomph when launching tests.
tests/**/.metadata/ \ No newline at end of file

Back to the top