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 | 28f175a6d63a20ebf2c783e8990ec6a0176f5871 (patch) | |
tree | 002faf4114f47953eba7dae6c967b994ba130f3b /.gitignore | |
parent | dab2c8b55c4cad26e935ec9a453a1af1c6698457 (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 |