Updated README to fix a typo and add some clarificaiton about directories
[advent-of-code-16.git] / .gitignore
1 # Extensionless files
2 *
3 !/**/
4 !*.*
5
6 # Haskell bits
7 dist
8 dist-*
9 cabal-dev
10 *.o
11 *.hi
12 *.chi
13 *.chs.h
14 *.dyn_o
15 *.dyn_hi
16 .hpc
17 .hsenv
18 .cabal-sandbox/
19 cabal.sandbox.config
20 *.prof
21 *.aux
22 *.hp
23 *.eventlog
24 .stack-work/
25 cabal.project.local
26 .HTF/
27
28 # A semelance of purity!
29 # IPython
30 .ipynb*
31 *.ipynb
32
33 # Sublime text
34 *.sublime-workspace
35
36 # Logs
37 *.log
38
39 # Profile exports
40 *.ps
41
42 # KDE
43 .directory
44