Added clean target and ignores for thoughts dirs

master
Mike Gerwitz 2013-05-15 22:59:51 -04:00
parent c2588c5729
commit 7da0710cad
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
index.html
rss.xml
# thoughts
[0-9]*/

View File

@ -1,6 +1,9 @@
# builds thoughts
# (well, not quite like that)
.PHONY: default clean
default:
repo2html \
-t "Mike Gerwitz's Thoughts and Ramblings" \
@ -10,3 +13,6 @@ default:
-R40 \
'http://mikegerwitz.com/thoughts/' \
> index.html
clean:
rm -rf [0-9]*/