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://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/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. --- diff --git a/.gitignore b/.gitignore index abef1d9..241f56a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,7 @@ -noip.so -uopen.so *.tar.gz -deb-build -build -noip -uopen -COPYING +*.so *.o -auto-version +/COPYING +/auto-version +/noip +/uopen