From 868d3a10962c6c4ae3c16f7c7c9c2f5ea657b6f4 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 17 Dec 2014 14:16:56 +0100 Subject: Ignore pyc files They may be generated when you run the tests. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f516940..f56da3c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ *.i*86 *.x86_64 *.hex +*.pyc *~ *.bak -- cgit v1.2.3