From 0f4dfa17f674b1ea412372f8bc06d8e67eff4028 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 3 Apr 2022 20:50:36 -0600 Subject: [PATCH] gitignore: ignore TB autosave directory gitignore: ignore CMakeSettings.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 17ec6ae6..9ed1c2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ testmaps/quake_map_source/*.pts testmaps/quake_map_source/*.vis testmaps/quake_map_source/*.texinfo testmaps/quake_map_source/*.bsp.json +**/autosave +CMakeSettings.json