* .gitignore: Add exemption. Signed-off-by: Eric Blake <eblake@xxxxxxxxxx> --- Not sure what created it, but I noticed a tests/test_conn.pyc had crept into my source tree. It's easy enough to ignore compiled python code, so I'm pushing under the trivial rule. .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 44e1656..f47e786 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ MANIFEST *~ *#*# *.#*# +*.pyc -- 1.8.5.3 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list