build-sys: ignore Python 2 bytecode files

We ignored __pycache__ which works for Python 3, but the rule
for Python 2 got lost somehow.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-02-27 10:35:46 -05:00
parent c1ab819162
commit 8b663bdf9b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -280,6 +280,7 @@
/v4l_id
Makefile.in
__pycache__/
*.py[co]
aclocal.m4
config.h
config.h.in