X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=.gitignore;h=f537d5a6c78b21a61e0bf48f1834475fbf983648;hp=b812ba6873774988fe5d2c44c9a34f253691c562;hb=3a67b032235e719dc4e74f735d1c95ef2d481a33;hpb=c1f86f02a149f46609273e1bd5b42696d544727a diff --git a/.gitignore b/.gitignore index b812ba6..f537d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,39 @@ # autotools cruft -aclocal.m4 -autom4te.cache/ -compile -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -libtool -ltmain.sh -install-sh -map -missing -stamp-h1 -autostuff/ -libsigrokdecode.h -ChangeLog -INSTALL +/INSTALL +/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/autostuff/ +/configure +/configure.lineno +/m4/libtool.m4 +/m4/lt*.m4 -# recursive autoconf leftovers -.deps -Makefile -Makefile.in - -# build leftovers +# Editor/IDE cruft +*.kate-swp *~ -*.o -*.a -*.lo -*.la +/*.kdev4 +/Makefile.am.user + +# Configure/build cruft +*.[ao] +*.l[ao] +.deps/ +.dirstamp .libs/ -*.pc +/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