gitignore: ignore .pts

This commit is contained in:
Eric Wasylishen 2022-01-16 12:45:25 -07:00
parent 4d1901534f
commit 99c1070b5d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,6 +9,7 @@ testmaps/*.bsp
testmaps/*.bsp.qbsplog testmaps/*.bsp.qbsplog
testmaps/*.log testmaps/*.log
testmaps/*.prt testmaps/*.prt
testmaps/*.pts
testmaps/*.vis testmaps/*.vis
testmaps/*.texinfo testmaps/*.texinfo
testmaps/*.texinfo.json testmaps/*.texinfo.json
@ -16,6 +17,7 @@ testmaps/*.bsp.json
testmaps/quake_map_source/*.bsp testmaps/quake_map_source/*.bsp
testmaps/quake_map_source/*.log testmaps/quake_map_source/*.log
testmaps/quake_map_source/*.prt testmaps/quake_map_source/*.prt
testmaps/quake_map_source/*.pts
testmaps/quake_map_source/*.vis testmaps/quake_map_source/*.vis
testmaps/quake_map_source/*.texinfo testmaps/quake_map_source/*.texinfo
testmaps/quake_map_source/*.bsp.json testmaps/quake_map_source/*.bsp.json