From: Eric Blake Date: Tue, 14 Jan 2014 21:28:57 +0000 (-0700) Subject: maint: ignore transient files during tests X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=31d43dc57802dcc3051d111e3527eeb38b691ef7;p=libvirt.git maint: ignore transient files during tests I ran 'git add .' for a patch in progress, while in the middle of running 'make check' to test my work, and was surprised when it picked up some files I wasn't expecting. * .gitignore: Ignore *.pem. Signed-off-by: Eric Blake --- diff --git a/.gitignore b/.gitignore index 496c2ef03e..7005500138 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.loT *.o *.orig +*.pem *.pyc *.rej *.s