diff options
author | RSKYS <Pouria.rz@outlook.com> | 2021-11-06 17:55:30 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-07 13:10:49 +0700 |
commit | 416c5d4150decb31f0773cb1c924415cb27a6773 (patch) | |
tree | a8dff6286e8c5dee8f0ca1d53d43e01fdf142862 /.gitignore | |
parent | 55759e29412547863ff7d3ace4733af87726e2e3 (diff) |
git/gitignore: Add .tar.zst in gitignore.
Signed-off-by: RSKYS <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a7be0a6092e7..b5d056c55600 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.tar.gz.asc *.tar.bz2 *.tar.xz +*.tar.zst *.tbz2 *.tgz *.txz |