Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-09-28 12:22:29 +0000
committerDani Megert2011-09-28 12:22:29 +0000
commit3a608322abd5b66ba282fc8461df30e85b40c32a (patch)
tree4fe815f0100a8826709edf98d3dff19a82f4c7ad /.gitignore
parenta692d3e3c9de06fb8ac6de8e8907aca68b6c95c3 (diff)
downloadeclipse.platform.text-3a608322abd5b66ba282fc8461df30e85b40c32a.tar.gz
eclipse.platform.text-3a608322abd5b66ba282fc8461df30e85b40c32a.tar.xz
eclipse.platform.text-3a608322abd5b66ba282fc8461df30e85b40c32a.zip
Fixed .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index c550c6af700..57dbb71d44f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,8 @@
-bin/
+/*/bin/
*~
*.rej
*.bak
-*.patch
javacore.*
heapdump.*
core.*
Snap.*
-target/
-

Back to the top