Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-09-29 21:43:37 +0000
committerChris Goldthorpe2011-09-29 21:43:37 +0000
commit60ac6c970ed245b7c95653f958d214338fcea7e6 (patch)
tree67384f3c7a71d1c055d2c8c37d941068d3c1f7c9 /.gitignore
parentbb56af0d61c9fa98db82fc55094f7d4a079dc203 (diff)
downloadeclipse.platform.ua-60ac6c970ed245b7c95653f958d214338fcea7e6.tar.gz
eclipse.platform.ua-60ac6c970ed245b7c95653f958d214338fcea7e6.tar.xz
eclipse.platform.ua-60ac6c970ed245b7c95653f958d214338fcea7e6.zip
Update .gitignore to follow convention used by Platform UI for ignoring
/bin directories
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index c550c6af7..e70a63c22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,10 @@
-bin/
+*/bin/
+*/bin2/
*~
*.rej
*.bak
-*.patch
javacore.*
heapdump.*
core.*
Snap.*
-target/

Back to the top