1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00

Updated .gitignore.

This now ignores z_kankyo_assets.h, z_message_PAL_assets.h, z_scene_assets.h, z_scene_table_assets.h, z_vr_box_assets.h.
OOT.vcxproj.user (created by Visual Studio).
.log and .sav files generated by OOT.exe.
This commit is contained in:
DaMarkov 2022-02-08 18:17:37 +01:00
parent d65c595fec
commit 2fca773372

4
.gitignore vendored
View File

@ -10,6 +10,7 @@ __pycache__/
CMakeLists.txt CMakeLists.txt
cmake-build-debug cmake-build-debug
venv/ venv/
*.vcxproj.user
# Project-specific ignores # Project-specific ignores
expected/ expected/
@ -24,6 +25,8 @@ docs/doxygen/
*.map *.map
*.dump *.dump
out.txt out.txt
*.log
*.sav
# Tool artifacts # Tool artifacts
tools/mipspro7.2_compiler/ tools/mipspro7.2_compiler/
@ -38,6 +41,7 @@ tools/*dSYM/
graphs/ graphs/
external/ external/
vs/Debug vs/Debug
src/code/*_assets.h
# Assets # Assets
*.png *.png