about summary refs log tree commit diff
path: root/users/grfn/xanthous
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-11-08T14·47-0500
committergrfn <grfn@gws.fyi>2021-11-08T15·29+0000
commit7d1ebe996c3b5230aa21099179c8643fc36d7cdc (patch)
tree4f65ac3e4c751cbb924407c01109e46c45e99ec5 /users/grfn/xanthous
parent5b4c4f070187e051049afd8e458793163b4919bb (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/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/grfn/xanthous/.gitignore b/users/grfn/xanthous/.gitignore
index 74014978ff..2ad31c01d4 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