Initialization
This commit is contained in:
parent
13d915ee9b
commit
0a24ee986c
5 changed files with 366 additions and 0 deletions
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# .gitignore
|
||||
|
||||
*~
|
||||
*#
|
||||
.#*
|
||||
*rej
|
||||
*orig
|
||||
pinentry*
|
||||
*.hi
|
||||
*.o
|
||||
*.a
|
||||
*\*haskell-process-log*
|
||||
last_read.txt
|
||||
|
||||
# ---> Haskell
|
||||
dist/
|
||||
dist-*/
|
||||
cabal-dev
|
||||
*.hie
|
||||
*.chi
|
||||
*.chs.h
|
||||
*.dyn_o
|
||||
*.dyn_hi
|
||||
.hpc
|
||||
.hsenv
|
||||
.cabal-sandbox/
|
||||
cabal.sandbox.config
|
||||
*.prof
|
||||
*.aux
|
||||
*.hp
|
||||
*.eventlog
|
||||
.stack-work/
|
||||
cabal.project.local
|
||||
cabal.project.local~
|
||||
.HTF/
|
||||
.ghc.environment.*
|
||||
|
||||
|
||||
# Cabal
|
||||
dist/
|
||||
dist-*/
|
||||
|
||||
Loading…
Reference in a new issue