summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Wilson <elaexuotee@wilsonb.com>2021-04-22 15:43:12 +0900
committerLeo Famulari <leo@famulari.name>2021-04-24 15:02:57 -0400
commit20fd0e485f22ee009c89829920861b750f794990 (patch)
tree5def92a521164b6a773baded61cd459f46e306ab /.gitignore
parentdb8334cdddcb710b713d4ea7331045b8ad95eee5 (diff)
downloadguix-patches-20fd0e485f22ee009c89829920861b750f794990.tar
guix-patches-20fd0e485f22ee009c89829920861b750f794990.tar.gz
.gitignore: Adjust the glob pattern for the "doc/stamp" files.
* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fc8a859336..0c4c26d198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -146,7 +146,7 @@ tmp
/doc/os-config-lightweight-desktop.texi
/nix/scripts/download
/.version
-/doc/stamp-[0-9]
+/doc/stamp-[0-9]*
/gnu/packages/bootstrap
/gnu/packages/aux-files/guile-guile-launcher.o
/guile