This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
/
.gitignore
81 lines (77 loc) · 1.43 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
78
79
80
81
*.aux
*.chi
*.chs.h
*.dyn_hi
*.dyn_o
*.hi
*.hp
*.imports
*.kdev4
*.liquid
*.log
*.o
*.out
*.prof
*.swp
*.tag
*_flymake.hs
*~
.#*
.cabal-sandbox/
.hpc
.hsenv
.stack-work/
.vagrant/
/*.iml
/.cabal-project-deps
/.cabal-sandbox/
/.ghc.environment*
/.idea/
/.stack-work
/_release/
/cabal.project.local
/docs/build/
/docs/hcar/auto/2015.el
/docs/hcar/prv_2015.fmt
/docs/source/__pycache__/
/docs/source/plugins/
/elisp/.cask/
/test/testdata/*.exe
/test/testdata/FuncTest.refactored.hs
/test/testdata/HaReAddRmParam.refactored.hs
/test/testdata/HaReCase.refactored.hs
/test/testdata/HaReDemote.refactored.hs
/test/testdata/HaReGA1.refactored.hs
/test/testdata/HaReMoveDef.refactored.hs
/test/testdata/HaReRename.hs.keep
/test/testdata/HaReRename.refactored.hs
/test/testdata/addPackageTest/**/stack.yaml
/test/testdata/addPackageTest/**/stack.yaml
/test/testdata/addPackageTest/hpack/*.cabal
/test/testdata/badProjects/cabal/stack.yaml
/test/testdata/completion/stack.yaml
/test/testdata/definition/stack.yaml
/test/testdata/gototest/stack.yaml
/test/testdata/redundantImportTest/stack.yaml
/test/testdata/stack.yaml
/test/testdata/wErrorTest/stack.yaml
TAGS
cabal-dev/
cabal.sandbox.config
dist-newstyle/
dist
tags
test-logs/
test-results/
.DS_Store
.hspec-failures
/test/testdata/addPragmas/stack.yaml
.vscode
# shake build information
_build/
# stack 2.1 stack.yaml lock files
stack*.yaml.lock
shake.yaml.lock
# ignore hie.yaml's for testdata
test/**/*.yaml
/hie.yaml