diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-15 22:30:35 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-15 22:38:50 -0400 |
commit | c2588c572905d0b343f8a88c03184a66ac63de02 (patch) | |
tree | cfe7e20f0427e2bf658cb9a0e4f209ccbcc0c662 /.gitignore | |
parent | 2fb4887029a81e1d797a13bd6c237f02443f62c0 (diff) | |
download | thoughts-c2588c572905d0b343f8a88c03184a66ac63de02.tar.gz thoughts-c2588c572905d0b343f8a88c03184a66ac63de02.tar.bz2 thoughts-c2588c572905d0b343f8a88c03184a66ac63de02.zip |
:Added Makefile
Simply contains thought generation for now; will eventually build entire site
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ba1ec9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +index.html +rss.xml |