Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-04-30 13:48:14 +0000
committerJohn Arthorne2013-04-30 13:48:14 +0000
commitcb73874682c35b0583e68d4dbaf0b24bfba716ea (patch)
tree5a7b98db670b8c7fc1da6ce16267e12c2a43de6b
parent2d3e21f97bf11d1bb5abb7fc1a426d2f2b377a54 (diff)
downloadeclipse.platform.team-cb73874682c35b0583e68d4dbaf0b24bfba716ea.tar.gz
eclipse.platform.team-cb73874682c35b0583e68d4dbaf0b24bfba716ea.tar.xz
eclipse.platform.team-cb73874682c35b0583e68d4dbaf0b24bfba716ea.zip
Added .gitignore for fragments folder
-rw-r--r--bundles/org.eclipse.core.net/fragments/.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.net/fragments/.gitignore b/bundles/org.eclipse.core.net/fragments/.gitignore
new file mode 100644
index 000000000..7690ac256
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/.gitignore
@@ -0,0 +1,9 @@
+/.project
+/*/*/bin/
+*~
+*.rej
+*.bak
+javacore.*
+heapdump.*
+core.*
+Snap.*

Back to the top