diff options
author | Ondrej Oprala | 2013-08-19 15:06:37 +0200 |
---|---|---|
committer | Karel Zak | 2013-08-19 15:06:37 +0200 |
commit | 3246f4b98cdf5d9ca3e84cffd27951ee7586812a (patch) | |
tree | df7a30fcf547c57e1a7dec9e6c0f9948f4b20821 /.gitignore | |
parent | pylibmount: basic code (diff) | |
download | kernel-qcow2-util-linux-3246f4b98cdf5d9ca3e84cffd27951ee7586812a.tar.gz kernel-qcow2-util-linux-3246f4b98cdf5d9ca3e84cffd27951ee7586812a.tar.xz kernel-qcow2-util-linux-3246f4b98cdf5d9ca3e84cffd27951ee7586812a.zip |
pylibmount: add __init__.py
Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index deda9a53a..0c28f7b22 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.gcda *.gcno *.gcov +*.pyc Makefile aclocal.m4 autom4te.cache |