aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-12-13 09:16:42 -0600
committerMatt Strapp <matt@mattstrapp.net>2024-12-13 09:16:42 -0600
commit1598e7d21b5a4571db2d8d0be985b767056e267e (patch)
treeac25b90a9a57a0b88955843d6e80d6bdfbf6325b /.gitignore
parentput game loop in its own function (diff)
downloadwwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.gz
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.bz2
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.lz
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.xz
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.tar.zst
wwb-1598e7d21b5a4571db2d8d0be985b767056e267e.zip
add saving game state
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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