Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliviert2011-09-27 21:55:36 +0000
committeroliviert2011-09-27 21:55:36 +0000
commit8c4694c4de546474dd4285b222e66803b31ff8b1 (patch)
tree0f5f06807444e351cf33e4eb4518accb8c3ae98d
parentbf08797b9cd2503e6e293068e019b3774daf99ea (diff)
downloadeclipse.jdt.core-8c4694c4de546474dd4285b222e66803b31ff8b1.tar.gz
eclipse.jdt.core-8c4694c4de546474dd4285b222e66803b31ff8b1.tar.xz
eclipse.jdt.core-8c4694c4de546474dd4285b222e66803b31ff8b1.zip
Fix .gitignore file
-rw-r--r--.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a4f9c0a121..ecd8f25e61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-bin/
+/*/bin/
*~
*.rej
*.bak
@@ -7,8 +7,7 @@ javacore.*
heapdump.*
core.*
Snap.*
-target/
-bin-resources/
-binext/
-binprocessors/
-antbin/
+/*/bin-resources/
+/*/binext/
+/*/binprocessors/
+/*/antbin/

Back to the top