From d2662bbefca34b1e50d79787b2c617b41fdbaaa3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Jun 2018 21:16:56 +0100 Subject: [PATCH] .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. --- .gitignore | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 -- 2.11.0