From: Mark Wooding Date: Tue, 12 Mar 2013 04:23:29 +0000 (+0000) Subject: .gitignore: Ignore the `.pyo' files left by `python -O'. X-Git-Tag: 1.0.0~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/9d73e0cbba3fd6bcccbbd3289176e9fae50b2e6c .gitignore: Ignore the `.pyo' files left by `python -O'. --- diff --git a/.gitignore b/.gitignore index 3d55bb2..71c599b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ chpwd.conf static/ *.pyc +*.pyo *.new