From 676f125a3f80379258bb37734cfd02284814c1e3 Mon Sep 17 00:00:00 2001 From: NuarkNoir Date: Sat, 11 Jan 2020 19:59:13 +0700 Subject: [PATCH] More updates for .gitignore --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0a268c..734ad5c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,5 +29,16 @@ $RECYCLE.BIN/ # End of https://www.gitignore.io/api/windows -# Packed files -*.zip +# Packages # +# Copied from https://gist.github.com/octocat/9257657 +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip \ No newline at end of file