projects
/
advent-of-code-23.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Better definitions of touching
[advent-of-code-23.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
cabal.project.local
25
.HTF/
26
27
28
# IPython / IHaskell notebook checkpoints
29
.ipynb*
30
31
# Sublime text
32
*.sublime-workspace
33
34
# Logs
35
*.log
36
37
# Profile exports
38
*.ps
39
40
# KDE
41
.directory
42