Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2011-09-28 19:15:46 +0000
committerBJ Hargrave2011-09-28 19:15:46 +0000
commitaa763f5e7c764c5f579aa0d0142b858dffd76850 (patch)
tree72f563f036a151c229a62e98cb24b6f6278ef727 /.gitignore
parent32dc4a64a2fccfd08fbb8122abddb667f3b836e0 (diff)
downloadrt.equinox.bundles-aa763f5e7c764c5f579aa0d0142b858dffd76850.tar.gz
rt.equinox.bundles-aa763f5e7c764c5f579aa0d0142b858dffd76850.tar.xz
rt.equinox.bundles-aa763f5e7c764c5f579aa0d0142b858dffd76850.zip
Be more precise in the ignore of bin
Now only 3rd level bin directories are ignored.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6a70b7eef..89426ef10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-bin
+/*/*/bin/
.DS_Store

Back to the top