From 592e7b2b8213cc74e7bcf812cbee7c6db812757d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 13:39:16 -0500 Subject: fix a few issues in Makefile * find the correct php executable * don't ignore .gitignore * fix problems with .gitignore and directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 639f69d..3c706a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ # ignore everyting * # but these: +!.gitignore +!img +img/* !img/swoosh.svg !style.scss !header.php.patch -- cgit v1.2.3