X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b6f657376564f477ad08e0a3f4f063872ebd8b44..be6f67499ecde598ec78e231fc64a0710a45633e:/git/gitignore diff --git a/git/gitignore b/git/gitignore index 6d91afe..30d9687 100644 --- a/git/gitignore +++ b/git/gitignore @@ -19,9 +19,18 @@ GRTAGS GSYMS GTAGS +## GDB clutter. +.gdb_history + ## Build and release directories. -build -build-* -build.* -dist-* -deb-build +/build/ +/build.*/ +/dist-*/ +/p/ +/p.*/ + +## Debian build debris. +/debian/*.log +/debian/autoreconf.* +/debian/debhelper-build-stamp +/debian/build/