mirror of
https://github.com/google/ormolu.git
synced 2024-11-23 14:16:24 +03:00
6b73283246
* Point to more recent nixpkgs commit. This fixes build issue with python 3.7.3 (only on darwin?). * Separate shell.nix and default.nix. This is so that lorri can be used for development. * Add nix output to .gitignore. * Format *.nix using nixfmt. * Use gitignore for filtering files in nix derivation.
30 lines
270 B
Plaintext
30 lines
270 B
Plaintext
*#
|
|
*.aux
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_hi
|
|
*.dyn_o
|
|
*.eventlog
|
|
*.hi
|
|
*.hp
|
|
*.o
|
|
*.prof
|
|
*~
|
|
.HTF/
|
|
.cabal-sandbox/
|
|
.ghc.environment.*
|
|
.hpc
|
|
.hsenv
|
|
.stack-work/
|
|
.virtualenv
|
|
TAGS
|
|
benchmarks.tix
|
|
cabal-dev
|
|
cabal.config
|
|
cabal.project.local
|
|
cabal.sandbox.config
|
|
dist-*/
|
|
dist/
|
|
stack.yaml
|
|
result*
|