diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-27 16:35:46 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-05 03:45:45 +0100 |
commit | 8b663bdf9b4ec7ce62106df01b09bf9df59ebd91 (patch) | |
tree | 7ad9985e881ddb8bebbd56e4d25868d5e91cf0d3 /.gitignore | |
parent | Enable test-ipcrm, test-hostname in unsafe tests (diff) | |
download | systemd-8b663bdf9b4ec7ce62106df01b09bf9df59ebd91.tar.xz systemd-8b663bdf9b4ec7ce62106df01b09bf9df59ebd91.zip |
build-sys: ignore Python 2 bytecode files
We ignored __pycache__ which works for Python 3, but the rule
for Python 2 got lost somehow.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 162160ef21..ddb630b164 100644 --- a/.gitignore +++ b/.gitignore @@ -280,6 +280,7 @@ /v4l_id Makefile.in __pycache__/ +*.py[co] aclocal.m4 config.h config.h.in |