commit:     d893f8703132631ba95dda66a9a539833df9ffea
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 09:48:45 2026 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 09:48:45 2026 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d893f870

gitignore: ignore q and its wrappers anywhere in the repo

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 .gitignore | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/.gitignore b/.gitignore
index 669e1fb..2bb5f45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,27 +34,27 @@ Makefile
 /tests/qmanifest/root/.gnupg/random_seed
 /man/*.1
 
-/*.old.c
-/q
-/qatom
-/qcheck
-/qdepends
-/qfile
-/qglsa
-/qgrep
-/qkeyword
-/qlist
-/qlop
-/qmanifest
-/qmerge
-/qpkg
-/qsearch
-/qsize
-/qtbz2
-/qtegrity
-/quse
-/qwhich
-/qxpak
+# 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
 
 # BEGIN GNULIB
 # regenerate using:

Reply via email to