X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=f6eb0b8c657fd510e304a743c5760dce2158b975;hb=2730fe2397101f2c0a66abd3a7fd5fa531d3c710;hp=fbb1e46a6f2e48536764e056d0b08d2c7f2d26a7;hpb=0736708e58a10e1903c47d72fee5343cccb1ce95;p=libsigrokdecode.git diff --git a/.gitignore b/.gitignore index fbb1e46..f6eb0b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,38 @@ -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__/ +stamp-h? + +# Files generated by the testsuite +/test-suite.log +/tests/*.log +/tests/*.trs +/tests/main