[libvirt] [python PATCH] maint: ignore .pyc files

Eric Blake eblake at redhat.com
Fri Mar 21 18:52:55 UTC 2014


* .gitignore: Add exemption.

Signed-off-by: Eric Blake <eblake at 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




More information about the libvir-list mailing list