summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:24:25 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:24:25 -0500
commit7d6044395bdf9dbd4b06251f5e78c1016937e627 (patch)
tree6d94e106e2ebd2e13d709120b81129808ea25b7f /.gitignore
parent592e7b2b8213cc74e7bcf812cbee7c6db812757d (diff)
move non-generic things into theme.mk, add `clean' and `distclean' rules
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3c706a1..d348d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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