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 | 355de4027500bc4a94ef63da690b23b336102147 (patch) | |
tree | 7cf9318f1bdbd3cbe0a7059300e608e0be4ed5cf /.gitignore | |
parent | 754c89c6eed683207943bb0196bc46d49858733c (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 |