From: David Griffith Date: Wed, 12 Jul 2017 12:34:45 +0000 (-0700) Subject: Added .EXE, .LIB, and .z? to .gitignore. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=5386dae990da90ba95014789dd21d58310e06cad;p=liskon_frotz.git Added .EXE, .LIB, and .z? to .gitignore. --- diff --git a/.gitignore b/.gitignore index 67dd8c1..4abbdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ dfrotz *.BAK *.SWP *.DSK +*.EXE +*.LIB *.a src/*/defines.h src/common/git_hash.h +*.z?