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

2016-04-04 Thread Daniel P. Berrange
On Sat, Apr 02, 2016 at 04:45:23PM +0200, Michal Privoznik wrote:
> 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 
> ---
>  .gitignore | 17 ++---
>  1 file changed, 10 insertions(+), 7 deletions(-)

ACK


Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


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

2016-04-02 Thread Michal Privoznik
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 
---
 .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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list