From: Mark Wooding Date: Wed, 6 Jun 2018 20:16:56 +0000 (+0100) Subject: .gitignore: Rearrange and make more sensible. X-Git-Tag: 1.2.0~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/d2662bbefca34b1e50d79787b2c617b41fdbaaa3?hp=d2662bbefca34b1e50d79787b2c617b41fdbaaa3 .gitignore: Rearrange and make more sensible. Things like `deb-build' are my local conventions, so leave them to my common ignore file. Ignore all `.so' files rather than just the ones we know about. Alas, we can't bulk-ignore the generated scripts, but at least we can mark the rules for fixed files as being absolute pathnames. Also add an entry for `/debian/debhelper-build-stamp', since that's turned up. ---