diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 12:49:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 12:49:29 +0200 |
commit | 230688a0b842cf57b316a7ba62910ca387afbce7 (patch) | |
tree | 6367087d25147335972cacf19bd34fb868863fd7 /.gitignore | |
parent | 7170488c37105691f4a690cbcf1e43000d779b59 (diff) | |
download | dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.gz dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.bz2 dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.xz dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.zip |
Start of complete rewrite to switch to hakyll
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -1,17 +1 @@ | |||
1 | .do_built* | /result | |
2 | build/preview/* | ||
3 | !build/preview/preview.dtx | ||
4 | !build/preview/preview.ins | ||
5 | !build/preview/preview.sty.do | ||
6 | htdocs | ||
7 | nginx | ||
8 | |||
9 | *.html | ||
10 | *.rss | ||
11 | index.md | ||
12 | lists/*.md | ||
13 | lists/*/preview | ||
14 | tex/ | ||
15 | |||
16 | cabal.sandbox.config | ||
17 | .cabal-sandbox/ \ No newline at end of file | ||