diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-09-25 00:05:54 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2011-09-25 00:05:54 -0700 |
commit | 11d588e4abde45f0f7e9533ca626ea5581836434 (patch) | |
tree | acc5b59992709aeb2c02834f61e468070208eb3d /.gitignore | |
parent | e4aace5f87690a170c18a8567faf501518c5dbf8 (diff) |
meh do stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4537eb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# DO NOT EDIT, this file is automatically made by `Makefile' +# +# ignore everyting +* +# but these: +!img/swoosh.png +!style.scss +!header.php.patch +!Makefile +!logo-style.scss.php +!license.txt +!css_shadow.php |