Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwilk2010-11-01 21:11:30 +0000
committerRyan D. Brooks2010-11-01 21:11:30 +0000
commit9ed2887bfb59931ddef36e8d9d44f2f732ae246f (patch)
tree4c1485c2df3a4739479d5c7409d56cf70b82f69e /.gitignore
parent3cc5af89328e999142a714fccf1e438cfc8f31eb (diff)
downloadorg.eclipse.osee-9ed2887bfb59931ddef36e8d9d44f2f732ae246f.tar.gz
org.eclipse.osee-9ed2887bfb59931ddef36e8d9d44f2f732ae246f.tar.xz
org.eclipse.osee-9ed2887bfb59931ddef36e8d9d44f2f732ae246f.zip
bug: Add ignore for VI temporary files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85babc3bc75..4d5a031bcbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,6 @@
*/*/.settings/
#Ignore vi temporary files
*~
+*swp
#Ignore temp test file
plugins/*/utf8_input_copy.xml

Back to the top