mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -280,6 +280,7 @@
|
||||
/v4l_id
|
||||
Makefile.in
|
||||
__pycache__/
|
||||
*.py[co]
|
||||
aclocal.m4
|
||||
config.h
|
||||
config.h.in
|
||||
|
||||
Reference in New Issue
Block a user