[documentation-guide] Adjusted the .gitignore file to ignore Vim's temporary files.

Jaromir Hradilek jhradile at fedoraproject.org
Sun Oct 2 21:31:59 UTC 2011


commit d36d08a5c0e5d3c3781508615883f24f8ee25281
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Sun Oct 2 11:39:17 2011 +0200

    Adjusted the .gitignore file to ignore Vim's temporary files.

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


More information about the docs-commits mailing list