gitignore: ignore bsp/log/prt/vis files in test dirs
This commit is contained in:
parent
61b0c276c3
commit
ff8b2e3446
|
|
@ -5,3 +5,11 @@ build*/
|
|||
CMakeFiles/
|
||||
*.xcodeproj
|
||||
.*/
|
||||
testmaps/*.bsp
|
||||
testmaps/*.log
|
||||
testmaps/*.prt
|
||||
testmaps/*.vis
|
||||
testmaps/quake_map_source/*.bsp
|
||||
testmaps/quake_map_source/*.log
|
||||
testmaps/quake_map_source/*.prt
|
||||
testmaps/quake_map_source/*.vis
|
||||
|
|
|
|||
Loading…
Reference in New Issue