From 8b663bdf9b4ec7ce62106df01b09bf9df59ebd91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 27 Feb 2016 10:35:46 -0500 Subject: [PATCH] build-sys: ignore Python 2 bytecode files We ignored __pycache__ which works for Python 3, but the rule for Python 2 got lost somehow. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3