X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=b202f36602b60b20f392c0a762b9015b45cc1c5a;hb=0dcb0c981eccf8df444a9ab0d49dcacf791930f7;hp=fc940eedcf105d0a1dffcdbcc5448bc9ade3963a;hpb=898c562fd3b33b07d030ea7f57eb09cd49efe69b;p=libsigrok.git diff --git a/.gitignore b/.gitignore index fc940eed..b202f366 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ autostuff/ version.h ChangeLog INSTALL +tests/check_main # recursive autoconf leftovers .deps @@ -40,3 +41,18 @@ Makefile.in # KDevelop project files *.kdev4 + +# Files generated by building Python bindings +bindings/python/dist/ +bindings/python/build +bindings/python/libsigrok.egg-info/ +bindings/python/sigrok/__pycache__/ +bindings/python/libsigrok.py +bindings/python/libsigrok_python_wrap.c +bindings/python/sigrok/core/lowlevel.py +bindings/python/sigrok/core/lowlevel_wrap.c + +# Files generated by the testsuite +tests/*.log +tests/*.trs +