[libvirt] [libvirt-perl][PATCH 2/3] gitignore: Add more files to ignore & reorder

Michal Privoznik mprivozn at redhat.com
Sat Apr 2 14:45:23 UTC 2016


For instance, on my system not just META.yml is produced by
MYMETA.yml and MYMETA.json too. Also, if you happen to generate
tags or use vim to edit the source code, you'll find some files
useless to track in git.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 .gitignore | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a10217c..dc0ba62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,17 @@
-blib/
-pm_to_blib
+*.swp
+*~
+MANIFEST
+META.yml
+MYMETA.*
 Makefile
 Makefile.old
-*~
+Sys-Virt-*.tar.gz
 Virt.bs
 Virt.c
 Virt.o
-perl-Sys-Virt.spec
-Sys-Virt-*.tar.gz
-MANIFEST
+blib/
 cover_db
-META.yml
+perl-Sys-Virt.spec
+pm_to_blib
 results.log
+tags
-- 
2.7.3




More information about the libvir-list mailing list