Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-04-15 21:30:20 +0000
committerRyan D. Brooks2011-04-15 21:30:20 +0000
commit5b569138b3877c3089971f6e5f4c102f4b4dc598 (patch)
tree81001e880536928cd64f9175d3f8e88056f13203 /.gitignore
parent0ff6c3630baa357eb549f69985cef5041c8cfcdb (diff)
downloadorg.eclipse.osee-5b569138b3877c3089971f6e5f4c102f4b4dc598.tar.gz
org.eclipse.osee-5b569138b3877c3089971f6e5f4c102f4b4dc598.tar.xz
org.eclipse.osee-5b569138b3877c3089971f6e5f4c102f4b4dc598.zip
refactor: Fix gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4d5a031bcbe..9f06941e02d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
#Ignore all bin folders
-*/*/bin/
+bin/
#Ignore all .settings folders
*/*/.settings/
#Ignore vi temporary files

Back to the top