gitignore: ignore TB autosave directory
gitignore: ignore CMakeSettings.json
This commit is contained in:
parent
921c6794b9
commit
0f4dfa17f6
|
|
@ -21,3 +21,5 @@ 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
|
||||||
|
**/autosave
|
||||||
|
CMakeSettings.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue