23c01b3c1b
The C libbtrfsutil library isn't very useful for scripting, so we also want bindings for Python. Writing unit tests in Python is also much easier than doing so in C. Only Python 3 is supported; if someone really wants Python 2 support, they can write their own bindings. This commit is just the scaffolding. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
7 lines
79 B
Text
7 lines
79 B
Text
__pycache__
|
|
*.pyc
|
|
/btrfsutil.egg-info
|
|
/btrfsutil*.so
|
|
/build
|
|
/constants.c
|
|
/dist
|