From: Zbigniew Jędrzejewski-Szmek Date: Sat, 27 Feb 2016 15:35:46 +0000 (-0500) Subject: build-sys: ignore Python 2 bytecode files X-Git-Tag: v230~283^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b663bdf9b4ec7ce62106df01b09bf9df59ebd91;p=thirdparty%2Fsystemd.git build-sys: ignore Python 2 bytecode files We ignored __pycache__ which works for Python 3, but the rule for Python 2 got lost somehow. --- diff --git a/.gitignore b/.gitignore index 162160ef215..ddb630b1643 100644 --- a/.gitignore +++ b/.gitignore @@ -280,6 +280,7 @@ /v4l_id Makefile.in __pycache__/ +*.py[co] aclocal.m4 config.h config.h.in