.gitignore: Rearrange and make more sensible.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 20:16:56 +0000 (21:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 23:32:09 +0000 (00:32 +0100)
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

index abef1d9..241f56a 100644 (file)
@@ -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