diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-12-17 14:16:56 +0100 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-12-17 14:17:43 +0100 |
commit | 868d3a10962c6c4ae3c16f7c7c9c2f5ea657b6f4 (patch) | |
tree | 4f2e06961767170f5fab9cc3bf4d995d7f034e53 | |
parent | 95176e81845f1274c70c4707887ed1a9298accfd (diff) |
Ignore pyc files
They may be generated when you run the tests.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ *.i*86 *.x86_64 *.hex +*.pyc *~ *.bak |