diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-23 17:09:17 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-23 17:09:17 -0400 |
commit | 40bef9550687ed2b5a0c55feafc0b0dd015177e2 (patch) | |
tree | 1b4096e2bafa20074f177606fd3d5b1b7dbdef40 /.gitignore | |
parent | a580549d814adf828bf2bc6461a5572183ba114c (diff) |
Add some developer tools to Makefile (check for syntax errors, check required classes.)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ conf.php xss-check.php .htaccess +dev-* + *.bak *~ .sass-cache/*
\ No newline at end of file |