[nostalgia] Add .vs and cmake-build-* to .gitignore

This commit is contained in:
Gary Talent 2025-05-22 20:42:09 -05:00
parent 159b7e7ee7
commit c19d7f4ea3

2
.gitignore vendored
View File

@ -6,12 +6,14 @@
.mypy_cache .mypy_cache
.stfolder .stfolder
.stignore .stignore
.vs
util/scripts/__pycache__ util/scripts/__pycache__
pyenv pyenv
CMakeLists.txt.user CMakeLists.txt.user
ROM.oxfs ROM.oxfs
Session.vim Session.vim
build build
cmake-build-*
compile_commands.json compile_commands.json
dist dist
graph_info.json graph_info.json