diff options
-rw-r--r-- | .gitignore | 72 |
1 files changed, 34 insertions, 38 deletions
@@ -1,42 +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/ -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__/ +stamp-h? + +# Files generated by the testsuite +/test-suite.log +/tests/*.log +/tests/*.trs +/tests/main |