* .gitignore: Add exemption.
Signed-off-by: Eric Blake <eblake(a)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