diff options
author | B. Wilson <elaexuotee@wilsonb.com> | 2021-04-22 15:43:12 +0900 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-04-24 15:02:57 -0400 |
commit | 20fd0e485f22ee009c89829920861b750f794990 (patch) | |
tree | 5def92a521164b6a773baded61cd459f46e306ab /.gitignore | |
parent | db8334cdddcb710b713d4ea7331045b8ad95eee5 (diff) | |
download | guix-20fd0e485f22ee009c89829920861b750f794990.tar guix-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-- | .gitignore | 2 |
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 |