Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-30 23:59:29 +0000
committerrbrooks2010-07-30 23:59:29 +0000
commit945132374ce1649dbcadb8a2901f732aa67951c5 (patch)
tree2c5a602a184d16e01b71a4aa86ff065593581576 /.gitignore
parent977fec4e71afec79f5b3f7e0a0963bd5d689d4b4 (diff)
downloadorg.eclipse.osee-945132374ce1649dbcadb8a2901f732aa67951c5.tar.gz
org.eclipse.osee-945132374ce1649dbcadb8a2901f732aa67951c5.tar.xz
org.eclipse.osee-945132374ce1649dbcadb8a2901f732aa67951c5.zip
added ignore for vi temprorary files and .settings folders in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b2692da9ebc..1ffb8acb4f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
#Ignore all bin folders
*/*/bin/
+#Ignore all .settings folders
+*/*/.settings/
+#Ignore vi temporary files
+*~

Back to the top