summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 385d421eefb9baec14e5f158aad4fdba9ef1c5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
## gitignore(5) -- specify ignored files
##

# Ignore swap files and cabal output.
*.swo
*.swp
*~
.DS_Store
dist

# Ignore test builds.
tests/Tests
tests/Tests.hi
tests/Tests.o

# Rest of the file: ignore examples
examples/hakyll/_cache
examples/hakyll/_site
examples/hakyll/hakyll
examples/hakyll/hakyll.o
examples/hakyll/hakyll.hi
examples/hakyll/reference

examples/simpleblog/_cache
examples/simpleblog/_site

examples/brochure/_cache
examples/brochure/_site