[user-guide] Make sure that Git ignores Vim's temporary files.

Jaromir Hradilek jhradile at fedoraproject.org
Sat Oct 15 23:57:13 UTC 2011


commit 9ddc102bb97b1a8c6b3b67047375ece95a3fbaa8
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Sun Oct 16 01:07:04 2011 +0200

    Make sure that Git ignores Vim's temporary files.
    
    Even though I am probably the only contributor who is using this awesome
    editor.

 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 300e5dd..d46597b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
-*.cache/*
 tmp
 publish
+.*.swp
+.*.swo
+.swp
+.swo
+*.cache/*


More information about the docs-commits mailing list