Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-04-30 22:39:37 +0000
committerRoberto E. Escobar2012-04-30 22:39:37 +0000
commitc6dd5e43dec656538f6d87d0468db74a464a4921 (patch)
tree1aa3107b8283270937ce8a3f6ccd4bb78461ab64 /.gitignore
parentc92c53aa23a8dd8b7b1f96aeb58646f115cba24e (diff)
downloadorg.eclipse.osee-c6dd5e43dec656538f6d87d0468db74a464a4921.tar.gz
org.eclipse.osee-c6dd5e43dec656538f6d87d0468db74a464a4921.tar.xz
org.eclipse.osee-c6dd5e43dec656538f6d87d0468db74a464a4921.zip
refactor: Add workspace to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fc792e7ac14..a1784917d2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ bin/
plugins/*/utf8_input_copy.xml
#Ignore maven build target
target/
+#Ignore workspace folders
+workspace/

Back to the top