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 <eblake@redhat.com>
This commit is contained in:
Eric Blake 2014-01-14 14:28:57 -07:00
parent b22f772610
commit 31d43dc578

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
*.loT
*.o
*.orig
*.pem
*.pyc
*.rej
*.s