diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-05 13:37:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-05 16:31:05 -0400 |
commit | 214b77b5e749e2ca5891bfc87f946031cf8934e6 (patch) | |
tree | 29de58265e625b7632216b8963ac5c6ecba79767 | |
parent | ace67239467fe3325f4ae2b6e11f02c23090db8a (diff) |
.gitignore: Ignore .tarball-ignore.
This file can be useful to fix a version string when experimenting with 'make
release'.
* .gitignore: Add a pattern to ignore .tarball-version.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52f06a25d0..37ba7cb910 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,7 @@ stamp-h[0-9] tmp /doc/os-config-lightweight-desktop.texi /nix/scripts/download +/.tarball-version /.version /doc/stamp-* /gnu/packages/bootstrap |