xrefcheck/.gitignore
Ivan Gromakovskii 8060c7187b
[INT-128] Make the repository REUSE compliant
Problem: nowadays we want all files to store licensing information in
machine-readable format and to use reuse tool to check that. But the
repo is not REUSE compliant.

Solution: add `LICENSES` folder and licensing information for each
file.
2019-12-19 16:19:27 +03:00

30 lines
348 B
Plaintext

# SPDX-FileCopyrightText: 2018-2019 Serokell <https://serokell.io>
#
# SPDX-License-Identifier: MPL-2.0
dist
dist-*
cabal-dev
*.cabal
*.o
*.hi
*.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.*
result
result-*