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@xxxxxxxxxx> --- .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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list