commit | b6fc23f12d7181eb3c86444814c81fc6b8314f63 | [log] [tgz] |
---|---|---|
author | Shudong Zhou <shudongzhou@gmail.com> | Sat Sep 01 16:43:41 2012 -0700 |
committer | Shudong Zhou <shudongzhou@gmail.com> | Sat Sep 01 16:43:41 2012 -0700 |
tree | f45867ced5f5eabbdd1e1339f8dc3efd378ef3c6 | |
parent | aeb23d615776bf54323b7e9b1038a5113ca81b2f [diff] |
Ignore .pyc files
diff --git a/src/python/.gitignore b/src/python/.gitignore index 21adf03..4b0053b 100644 --- a/src/python/.gitignore +++ b/src/python/.gitignore
@@ -1,3 +1,4 @@ /build/ /dist/ /oftest.egg-info/ +*.pyc