diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-01-02 14:50:48 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-01-02 14:50:48 +0000 |
commit | f3f1f5e7a7cb23230d623b02773b75ea997ea241 (patch) | |
tree | 0404076b32274ead989f3e2abe731476299dedae /.gitignore | |
parent | 0495a66c4b7953e27cb8c7ab20f8b061fed6b379 (diff) | |
download | dirty-haskell.org-f3f1f5e7a7cb23230d623b02773b75ea997ea241.tar dirty-haskell.org-f3f1f5e7a7cb23230d623b02773b75ea997ea241.tar.gz dirty-haskell.org-f3f1f5e7a7cb23230d623b02773b75ea997ea241.tar.bz2 dirty-haskell.org-f3f1f5e7a7cb23230d623b02773b75ea997ea241.tar.xz dirty-haskell.org-f3f1f5e7a7cb23230d623b02773b75ea997ea241.zip |
Implement previews of lists in the index
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,4 +9,5 @@ nginx | |||
9 | *.html | 9 | *.html |
10 | index.md | 10 | index.md |
11 | lists/*.md | 11 | lists/*.md |
12 | lists/*/preview | ||
12 | tex/ \ No newline at end of file | 13 | tex/ \ No newline at end of file |