[rubygem-virt-p2v] gitignore temporary files

Matthew Booth mdbooth at fedoraproject.org
Wed Oct 10 13:32:33 UTC 2012


commit 7c9e128ea79091ad16176ed59a9eb12ba6be0367
Author: Matthew Booth <mbooth at redhat.com>
Date:   Mon Oct 8 14:14:02 2012 +0100

    gitignore temporary files

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d44e8c8..5b409e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# Generic exclusions
+.*.swp
+*~
+
 # RPM target directories
 /x86_64
 


More information about the scm-commits mailing list