swarm/.gitignore
Karl Ostmo 68c992aa2d
Isolate work directory for 'stack test' (#995)
Closes #936.

With this change, `stack build` should be invoked as normal, but to run tests one should invoke the new script, which will place compilation artifacts in a separate directory so as to not stomp on the previous `stack build` artifacts.

## Demo

```
stack build
./scripts/run-tests.sh
stack build
```
All perform incremental compilation rather than from-scratch.
2023-01-10 18:34:18 +00:00

23 lines
187 B
Plaintext

*~
dist-newstyle/
TAGS
.vscode/
cabal.project.local
hie.yaml
.stack-work/
.stack-work-test/
stack.yaml.lock
.hie/
stan.html
.swarm_history
*.aux
*.log
docs/ott/*.tex
.dir-locals.el