xrefcheck/.gitignore
Anton Sorokin e259d92261
Add hie.yaml to .gitignore
Problem: HLS need a hi.yaml file, but we don't want to see it in repo

Solution: add it to .gitignore, so anybody can create if needed
2022-09-25 19:33:11 +03:00

28 lines
306 B
Plaintext

# SPDX-FileCopyrightText: 2018-2021 Serokell <https://serokell.io>
#
# SPDX-License-Identifier: MPL-2.0
dist
dist-*
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
*cabal*
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
.HTF/
.ghc.environment.*
result
result-*
hie.yaml