diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-06 12:28:37 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-10 19:55:32 +0200 |
commit | 504735de569e02a094468727ba22f942b35be664 (patch) | |
tree | 341d7bbf0d64ec1ca2fa35dd3747a989dc011a15 /.gitignore | |
parent | 8189d8127e5ea2227a7e0ab9c0aa94675ca3d03d (diff) | |
download | sigrok-test-504735de569e02a094468727ba22f942b35be664.tar.gz sigrok-test-504735de569e02a094468727ba22f942b35be664.zip |
Clean up .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 51 |
1 files changed, 25 insertions, 26 deletions
@@ -1,30 +1,29 @@ # autotools cruft -aclocal.m4 -autom4te.cache/ -compile -config.guess -config.log -config.status -config.sub -configure -depcomp -install-sh -missing -ChangeLog -INSTALL -decoder/runtc +/INSTALL +/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/autostuff/ +/configure +/configure.lineno -# 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] +*.exe +*.l[ao] +.deps/ +.dirstamp .libs/ -decoder/test/*/__pycache__/ +/ChangeLog +/Makefile +/config.* +/decoder/runtc +/sigrok-test-*.tar.* +__pycache__/ +stamp-h? |