diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-11-08T14·47-0500 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-11-08T15·29+0000 |
commit | 7d1ebe996c3b5230aa21099179c8643fc36d7cdc (patch) | |
tree | 4f65ac3e4c751cbb924407c01109e46c45e99ec5 /users/grfn/xanthous | |
parent | 5b4c4f070187e051049afd8e458793163b4919bb (diff) |
chore(gs/xanthous): Gitignore more state files r/3027
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
Diffstat (limited to 'users/grfn/xanthous')
-rw-r--r-- | users/grfn/xanthous/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/grfn/xanthous/.gitignore b/users/grfn/xanthous/.gitignore index 74014978ffac..2ad31c01d443 100644 --- a/users/grfn/xanthous/.gitignore +++ b/users/grfn/xanthous/.gitignore @@ -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 |