diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-08-25 03:06:33 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-08-26 11:12:42 +0200 |
commit | 051d71c2b2851a3bcee29f46f7c7027a2edbc568 (patch) | |
tree | 2c9e57286ed3fde27927af3d3fcf4aa0b960e7e2 /.gitignore | |
parent | 7eb90f2304e10d13281d47d944168fe40a77e6d6 (diff) | |
download | libsigrokdecode-051d71c2b2851a3bcee29f46f7c7027a2edbc568.tar.gz libsigrokdecode-051d71c2b2851a3bcee29f46f7c7027a2edbc568.zip |
Clean up .gitignore
Diffstat (limited to '.gitignore')
-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 |