-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
77 lines (77 loc) · 1.11 KB
/
.gitignore
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
dist
dist-newstyle
cabal-dev
.gcroots
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.js_hi
*.js_o
*.jsexe
*_stub.h
*~
\#*
.#*
*.dsc
*.tar.gz
*.changes
*.deb
build-ghc-stamp
configure-ghc-stamp
.local-development-configured
*/debian/changelog
*/debian/compat
*/debian/control
*/debian/copyright
*/debian/files
*/debian/*.debhelper.log
*/debian/*.install
*/debian/*.substvars
*/debian/extra-depends-ghcjs
*/debian/*.lintian-overrides
*/debian/*.links
*/debian/*/
*/debian/hlibrary.setup
*/debian/rules
*/debian/source/
*/debian/watch
*/dist-ghc/
*/dist-ghcjs/
*/dist-newstyle/
build-haddock-stamp
check-ghc-stamp
*/_local
*/_state
happstack-ghcjs-server/happstack-ghcjs-server.eventlog
happstack-ghcjs-server/version.txt
client.project.local
server.project.local
runtime-depends.nix
happstack-ghcjs-server/css/.sass-cache/*
happstack-ghcjs-server/css/codenoise.*
.ghc.environment.*
.sass-cache
*.fls
*.aux
*.fdb_latexmk
*.log
*.xdv
success.mp3
uhoh.mp3
jssync.sh
.DS_Store
*/client.sha256
*/server/ClientBinDir.hs
*/server/ClientVersion.hs
*/server/ServerVersion.hs