diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 13:39:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 13:39:16 -0500 |
commit | 592e7b2b8213cc74e7bcf812cbee7c6db812757d (patch) | |
tree | 18993adcafbb88287c65d083af09980a76fe9b75 /.gitignore | |
parent | a7d01d7e2d8af20a4dd5ea5b15b1a2be197d10cd (diff) |
fix a few issues in Makefile
* find the correct php executable
* don't ignore .gitignore
* fix problems with .gitignore and directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ # ignore everyting * # but these: +!.gitignore +!img +img/* !img/swoosh.svg !style.scss !header.php.patch |