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: https://git.distorted.org.uk/~mdw/chopwood/commitdiff_plain/9d73e0cbba3fd6bcccbbd3289176e9fae50b2e6c?ds=sidebyside .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