Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-17 10:51:36 +0000
committerSteffen Pingel2011-12-17 10:51:36 +0000
commita8a0a84be74cb5fca1155da28b8d0bcba08900fc (patch)
tree3ee04f758cf90e583cbd4748150d924d3f10c770 /.gitignore
parentc9892dca0fdcff4ed63b9776ad6ac0433bb08340 (diff)
downloadorg.eclipse.mylyn.tasks-a8a0a84be74cb5fca1155da28b8d0bcba08900fc.tar.gz
org.eclipse.mylyn.tasks-a8a0a84be74cb5fca1155da28b8d0bcba08900fc.tar.xz
org.eclipse.mylyn.tasks-a8a0a84be74cb5fca1155da28b8d0bcba08900fc.zip
NEW - bug 350385: [releng] rename bundles to reflect component structure
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350385 Change-Id: Icd0fbf7574588ceba3951624fe56ba48dfbefda6
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fe302536a..789e1f619 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/org.eclipse*/bin
-/org.eclipse*/target
+bin/
+target/
*.rej

Back to the top