diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 14:08:06 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-13 14:10:38 +0800 |
commit | c858ba4e17a445591520ddcea8b288b8e3d6db42 (patch) | |
tree | bff7bbb44640cbe51c61d8f4a390ae650527a958 /.gitignore | |
parent | a9dc9724ae2a954405dd4dbc6a1593f1b469c3dd (diff) |
build: Add "make dist"
For creating a tarball without .git directory easier. The tarball will
include version.ent and LFS-RELEASE files so the book rendered from it
won't show "unknown" for all dates.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f2a347215..9595dd32f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ lfs-bootscripts-*.tar.xz +lfs-*.tar.xz conditional.ent version.ent appendices/*.script |