Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-23 23:41:07 +0000
committerrbrooks2010-07-23 23:41:07 +0000
commit66205681d4520a0ab445699d5ba8e85fb5b476c0 (patch)
treef151fed33df7c6521a961116cd0b0be2f9e56bfa /.gitignore
parentee0e8706740aa0f550307883b34a561aa6b52066 (diff)
downloadorg.eclipse.osee-66205681d4520a0ab445699d5ba8e85fb5b476c0.tar.gz
org.eclipse.osee-66205681d4520a0ab445699d5ba8e85fb5b476c0.tar.xz
org.eclipse.osee-66205681d4520a0ab445699d5ba8e85fb5b476c0.zip
added another bin to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b5e325c9e4d..b9db5cce7d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,4 +123,4 @@ plugins/org.eclipse.osee.framework.core.dsl.integration/bin/
plugins/org.eclipse.osee.framework.core.dsl.ui.integration/bin/
plugins/org.eclipse.osee.framework.core.dsl.ui/bin/
plugins/org.eclipse.osee.framework.core.dsl/bin/
-org.eclipse.osee.framework.core.dsl.integration.test/bin
+plugins/org.eclipse.osee.framework.core.dsl.integration.test/bin/

Back to the top