X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=.gitignore;h=f537d5a6c78b21a61e0bf48f1834475fbf983648;hp=385f8ceaa161ae8345b158bc84757e46bef12ca4;hb=287e2788a726732e5f29eb3f5f4fe9d68fac4d05;hpb=c414f1996bec719dda64ca5731fea78f1d48887a diff --git a/.gitignore b/.gitignore index 385f8ce..f537d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +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/ -ChangeLog -INSTALL -tests/check_main -tests/check_main.* -tests/test-suite.log -test-suite.log -version.h +/INSTALL +/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/autostuff/ +/configure +/configure.lineno +/m4/libtool.m4 +/m4/lt*.m4 -# recursive autoconf leftovers -.deps -Makefile -Makefile.in -.dirstamp - -# 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 -decoders/*/__pycache__/ +/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