diff options
author | Ivan Kovmir <i@kovmir.eu> | 2023-05-08 18:51:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 10:19:29 +0700 |
commit | da2c2ac737bbb7576650c6b7f74b4334b753b2e9 (patch) | |
tree | 99ef260a6af1b1c5df1b3ec8d57e3a08627b198a /.gitignore | |
parent | a18bdf362fc0912702e0351f026ad25a80fe82d4 (diff) |
git/ignore: Ignore AppImages
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 a04536a824be..322f4034f0a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Files mentioned in this file will be ignored by git +*.AppImage *.rpm *.swp *.tar.gz |