X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=.gitignore;h=f537d5a6c78b21a61e0bf48f1834475fbf983648;hp=fbb1e46a6f2e48536764e056d0b08d2c7f2d26a7;hb=5b2c45db1db190ba7f921b0808c123c6e48a47f3;hpb=0736708e58a10e1903c47d72fee5343cccb1ce95 diff --git a/.gitignore b/.gitignore index fbb1e46..f537d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,39 @@ -sigrokdecode.h +# autotools cruft +/INSTALL +/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/autostuff/ +/configure +/configure.lineno +/m4/libtool.m4 +/m4/lt*.m4 + +# Editor/IDE cruft +*.kate-swp +*~ +/*.kdev4 +/Makefile.am.user + +# Configure/build cruft +*.[ao] +*.l[ao] +.deps/ +.dirstamp +.libs/ +/ChangeLog +/Makefile +/config.* +/libsigrokdecode-*.tar.* +/libsigrokdecode.pc +/libtool +/version.h +__pycache__/ +*.pyc +stamp-h? + +# Files generated by the testsuite +/test-suite.log +/tests/*.log +/tests/*.trs +/tests/main