gitignore: Ignore .pyc and .so files.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 27 Oct 2012 13:56:26 +0000 (05:56 -0800)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 27 Oct 2012 13:56:26 +0000 (05:56 -0800)
.gitignore

index 23b37364c10b530078c404ec6156367ec4d72bdb..36e48ef47913d61327c371f7bf56c2672bd2dfaf 100644 (file)
@@ -7,3 +7,6 @@ tags
 .testrepository
 .noseids
 apidocs
+*.pyc
+*.so
+*~