Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2012-08-10 07:16:38 +0000
committerNitin Dahyabhai2012-08-10 07:16:38 +0000
commit13e16ed57a5303f3b079fb8b3e5166d68e9a2eea (patch)
tree3d14188e3d782321d2587eea5a0a6e0cf6849269 /.gitignore
parent22c94d94a104989b49687c637de712d4a9cfb0ff (diff)
downloadwebtools.jsdt.debug-13e16ed57a5303f3b079fb8b3e5166d68e9a2eea.tar.gz
webtools.jsdt.debug-13e16ed57a5303f3b079fb8b3e5166d68e9a2eea.tar.xz
webtools.jsdt.debug-13e16ed57a5303f3b079fb8b3e5166d68e9a2eea.zip
[nobug] standardize .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 7 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 4dc28d5..749e075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
# copied from eclipse.platform.debug/.gitignore
-/*/bin/
-*~
-*.rej
-*.bak
-javacore.*
-heapdump.*
-core.*
+bin/
+*~
+*.rej
+*.bak
+javacore.*
+heapdump.*
+core.*
Snap.*
# suggested by github
@@ -30,12 +30,3 @@ temp.folder
src.zip
.fbwarnings
javaCompiler...args
-/bundles/org.eclipse.wst.jsdt.debug.core/bin/
-/bundles/org.eclipse.wst.jsdt.debug.crossfire/bin/
-/bundles/org.eclipse.wst.jsdt.debug.rhino.debugger/bin/
-/bundles/org.eclipse.wst.jsdt.debug.rhino.ui/bin/
-/bundles/org.eclipse.wst.jsdt.debug.rhino/bin/
-/bundles/org.eclipse.wst.jsdt.debug.transport/bin/
-/bundles/org.eclipse.wst.jsdt.debug.ui/bin/
-/development/org.eclipse.wst.jsdt.debug.chrome/bin/
-/development/org.eclipse.wst.jsdt.debug.node/bin/

Back to the top