X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=f6eb0b8c657fd510e304a743c5760dce2158b975;hb=963d71d5527c9c1cf16bb8d5fbeed2d452ffd5c0;hp=3ea67b2a719e789f0c40877e0764949c95e250f2;hpb=5ab72981db9f1573d52db87d218f024fec6c8723;p=libsigrokdecode.git diff --git a/.gitignore b/.gitignore index 3ea67b2..f6eb0b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,38 @@ # 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 -decoders/*/__pycache__/ +/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