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:
parent
5b4c4f0701
commit
7d1ebe996c
1 changed files with 3 additions and 0 deletions
3
users/grfn/xanthous/.gitignore
vendored
3
users/grfn/xanthous/.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue