From 7d1ebe996c3b5230aa21099179c8643fc36d7cdc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 8 Nov 2021 09:47:59 -0500 Subject: 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 Tested-by: BuildkiteCI --- users/grfn/xanthous/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users') 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 -- cgit 1.4.1