From: David Griffith Date: Tue, 31 Jul 2018 09:07:43 +0000 (-0700) Subject: Ignores for *.swp, *.tar, and *.gz. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=ccc1762dfa697263ff8243083411a7d51c409db2;p=liskon_frotz.git Ignores for *.swp, *.tar, and *.gz. --- diff --git a/.gitignore b/.gitignore index c29023b..7780294 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,13 @@ sfrotz *.OBJ *.BAK *.SWP +*.swp *.DSK *.EXE *.LIB *.a +*.tar +*.gz src/common/version.c src/*/defines.h src/common/git_hash.h