X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=.gitignore;h=f537d5a6c78b21a61e0bf48f1834475fbf983648;hp=f057a3955b3535df03642dd4241378210c8511a9;hb=b66bfd9573bada4d3249e9029e6c6c6112d7b4ac;hpb=721501bf4267db27bd6b848c8a0d4b5016b1f1c0 diff --git a/.gitignore b/.gitignore index f057a39..f537d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,39 @@ -autostuff \ No newline at end of file +# 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