commit: 34492d4dcdc8e4a48448dda053ca257d6e2bcbdc Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 14:58:29 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 14:58:29 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=34492d4d
gitignore: fixup mistakes with paths masking way too much Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> .gitignore | 99 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index 01bb2a20..8f17ce15 100644 --- a/.gitignore +++ b/.gitignore @@ -32,62 +32,63 @@ INSTALL Makefile /tests/init.sh /tests/qmanifest/root/.gnupg/random_seed +/tests/install/ /man/*.1 # ignore the binary and symlinks produced by q -i -q -qatom -qcheck -qdepends -qfile -qglsa -qgrep -qkeyword -qlist -qlop -qmanifest -qmerge -qpkg -qsearch -qsize -qtbz2 -qtegrity -quse -qwhich -qxpak +/q +/qatom +/qcheck +/qdepends +/qfile +/qglsa +/qgrep +/qkeyword +/qlist +/qlop +/qmanifest +/qmerge +/qpkg +/qsearch +/qsize +/qtbz2 +/qtegrity +/quse +/qwhich +/qxpak # BEGIN GNULIB -- keep this at the end of this file # regenerate using: -# ls autotools/gnulib/*.in.h | sed -e 's/\.in\.h/.h/' | sed -e 's:_:/:' +# ls autotools/gnulib/*.in.h | sed -e 's/\.in\.h/.h/' | sed -e 's:_:/: | sed -e 's:^:/:' # or use autogen.sh -autotools/gnulib/alloca.h -autotools/gnulib/assert.h -autotools/gnulib/byteswap.h -autotools/gnulib/dirent.h -autotools/gnulib/errno.h -autotools/gnulib/error.h -autotools/gnulib/fcntl.h -autotools/gnulib/getopt-cdefs.h -autotools/gnulib/getopt.h -autotools/gnulib/inttypes.h -autotools/gnulib/limits.h -autotools/gnulib/locale.h -autotools/gnulib/stdckdint.h -autotools/gnulib/stddef.h -autotools/gnulib/stdint.h -autotools/gnulib/stdio.h -autotools/gnulib/stdlib.h -autotools/gnulib/string.h -autotools/gnulib/strings.h -autotools/gnulib/sys/stat.h -autotools/gnulib/sys/time.h -autotools/gnulib/sys/types.h -autotools/gnulib/time.h -autotools/gnulib/unistd.h -autotools/gnulib/utime.h -autotools/gnulib/wchar.h +/autotools/gnulib/alloca.h +/autotools/gnulib/assert.h +/autotools/gnulib/byteswap.h +/autotools/gnulib/dirent.h +/autotools/gnulib/errno.h +/autotools/gnulib/error.h +/autotools/gnulib/fcntl.h +/autotools/gnulib/getopt-cdefs.h +/autotools/gnulib/getopt.h +/autotools/gnulib/inttypes.h +/autotools/gnulib/limits.h +/autotools/gnulib/locale.h +/autotools/gnulib/stdckdint.h +/autotools/gnulib/stddef.h +/autotools/gnulib/stdint.h +/autotools/gnulib/stdio.h +/autotools/gnulib/stdlib.h +/autotools/gnulib/string.h +/autotools/gnulib/strings.h +/autotools/gnulib/sys/stat.h +/autotools/gnulib/sys/time.h +/autotools/gnulib/sys/types.h +/autotools/gnulib/time.h +/autotools/gnulib/unistd.h +/autotools/gnulib/utime.h +/autotools/gnulib/wchar.h # manual additions -autotools/gnulib/sys -autotools/gnulib/malloc/scratch_buffer.gl.h +/autotools/gnulib/sys +/autotools/gnulib/malloc/scratch_buffer.gl.h *.dirstamp # END GNULIB
