From 1598e7d21b5a4571db2d8d0be985b767056e267e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 13 Dec 2024 09:16:42 -0600 Subject: add saving game state Signed-off-by: Matt Strapp --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d01bd1a..41767ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ Cargo.lock # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ + +output.log +game.bin \ No newline at end of file -- cgit v1.2.3