diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 15:24:25 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 15:24:25 -0500 |
commit | 7d6044395bdf9dbd4b06251f5e78c1016937e627 (patch) | |
tree | 6d94e106e2ebd2e13d709120b81129808ea25b7f /.gitignore | |
parent | 592e7b2b8213cc74e7bcf812cbee7c6db812757d (diff) |
move non-generic things into theme.mk, add `clean' and `distclean' rules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,14 +3,15 @@ # ignore everyting * # but these: -!.gitignore !img img/* !img/swoosh.svg !style.scss !header.php.patch -!Makefile !logo-style.scss.php !license.txt !css_shadow.php !twentyeleven-fix.scss +!.gitignore +!theme.mk +!Makefile |