projects
/
advent-of-code-19.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moving to another machine
[advent-of-code-19.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
stack.yaml.lock
27
.HTF/
28
29
# Haskell Stack cabal files: they're automatically generated.
30
*.cabal
31
32
# IPython / IHaskell notebook checkpoints
33
.ipynb*
34
35
# Sublime text
36
*.sublime-workspace
37
38
# Logs
39
*.log
40
41
# Profile exports
42
*.ps
43
44
# KDE
45
.directory
46