Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2012-08-08 19:45:26 +0000
committerNitin Dahyabhai2012-08-08 19:45:44 +0000
commit22c94d94a104989b49687c637de712d4a9cfb0ff (patch)
tree4c96ae3bbe9c1e037945ee145af734e098a959cb
parentdc3e1629842df78fe9948283256864b03b146654 (diff)
downloadwebtools.jsdt.debug-22c94d94a104989b49687c637de712d4a9cfb0ff.tar.gz
webtools.jsdt.debug-22c94d94a104989b49687c637de712d4a9cfb0ff.tar.xz
webtools.jsdt.debug-22c94d94a104989b49687c637de712d4a9cfb0ff.zip
[nobug] add specific ignores
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc04a90..4dc28d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,12 @@ 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