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
.gitignore vendored
View file

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