[libvirt] [python PATCH] maint: ignore .pyc files
* .gitignore: Add exemption. Signed-off-by: Eric Blake <eblake@redhat.com> --- 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
On 03/21/2014 12:52 PM, Eric Blake wrote:
* .gitignore: Add exemption.
Signed-off-by: Eric Blake <eblake@redhat.com> ---
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.
Ah, it was running './setup.py test' that created it. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (1)
-
Eric Blake