chore(gs/xanthous): Gitignore more state files

Gitignore:

- *.save, which I use for save-games I want to use as test case
  reproductions
- .tasty-rerun-log, which tasty-rerun uses to save which tests failed on
  the last run
- cabal.project.local-*, since I've got a file on my machine called
  cabal.project.local~0 so apparently that's a thing now

Change-Id: I07c391fa25a84e96efca6771997f280ff12826b5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3818
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-11-08 09:47:59 -05:00 committed by grfn
parent 5b4c4f0701
commit 7d1ebe996c

View file

@ -19,6 +19,7 @@ cabal.sandbox.config
.stack-work/
cabal.project.local
cabal.project.local~
cabal.project.local~*
.HTF/
.ghc.environment.*
@ -32,3 +33,5 @@ result
# app-specific
debug.log
data
*.save
.tasty-rerun-log