From 3c97a4fea2e808f7ba594208c3512302587b4ad5 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 16 Feb 2017 01:56:55 -0800 Subject: [PATCH] Fix .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b064601..f9dba8a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ frotz dfrotz *.o *.a -defines.h -git_hash.h +src/*/defines.h +src/common/git_hash.h -- 2.34.1