[libvirt] [PATCH] maint: ignore transient files during tests

Eric Blake eblake at redhat.com
Tue Jan 14 21:30:43 UTC 2014


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 <eblake at redhat.com>
---

Pushing under the trivial rule.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 496c2ef..7005500 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
 *.loT
 *.o
 *.orig
+*.pem
 *.pyc
 *.rej
 *.s
-- 
1.8.4.2




More information about the libvir-list mailing list