From 99c1070b5dcf76643ec9e1b27ebd4eb81e131131 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 16 Jan 2022 12:45:25 -0700 Subject: [PATCH] gitignore: ignore .pts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d0d77dc0..17ec6ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ testmaps/*.bsp testmaps/*.bsp.qbsplog testmaps/*.log testmaps/*.prt +testmaps/*.pts testmaps/*.vis testmaps/*.texinfo testmaps/*.texinfo.json @@ -16,6 +17,7 @@ testmaps/*.bsp.json testmaps/quake_map_source/*.bsp testmaps/quake_map_source/*.log testmaps/quake_map_source/*.prt +testmaps/quake_map_source/*.pts testmaps/quake_map_source/*.vis testmaps/quake_map_source/*.texinfo testmaps/quake_map_source/*.bsp.json