Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Scholz2011-01-19 14:25:02 +0000
committerSascha Scholz2011-01-19 15:15:09 +0000
commitd50a56e0e73cd20fb2b8dc86707d963e1c2e6fad (patch)
tree2c68d37c87c376f65d86fdfc6a113ad26d9c7ad0 /.gitignore
parente991c4e8b8785b278ebdc226ea14ca7e37c7ea32 (diff)
downloadorg.eclipse.mylyn.reviews-d50a56e0e73cd20fb2b8dc86707d963e1c2e6fad.tar.gz
org.eclipse.mylyn.reviews-d50a56e0e73cd20fb2b8dc86707d963e1c2e6fad.tar.xz
org.eclipse.mylyn.reviews-d50a56e0e73cd20fb2b8dc86707d963e1c2e6fad.zip
cleanup gitignore files
- cleaned up patterns and distributed gitignore files - according to dicussion on mailing list .settings files aren't ignored any more - removed *~ pattern which isn't used by Eclipse (can be added to $GIT_DIR/info/exlcludes if someone needs it)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 5a2e93e17..fb60f67b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
-*~
-/*/org.eclipse*/bin
-/*/*/target
-/*/*/source-bundle/target
+bin/
+target/

Back to the top