mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
parent
9963e7f5d5
commit
a083a15650
1 changed files with 6 additions and 37 deletions
43
.gitignore
vendored
43
.gitignore
vendored
|
@ -7,54 +7,23 @@ __pycache__/
|
||||||
.vscode/
|
.vscode/
|
||||||
.vs/
|
.vs/
|
||||||
.idea/
|
.idea/
|
||||||
CMakeLists.txt
|
|
||||||
cmake-build-debug
|
|
||||||
venv/
|
|
||||||
.venv/
|
|
||||||
|
|
||||||
# Project-specific ignores
|
# Project-specific ignores
|
||||||
|
extracted/
|
||||||
build/
|
build/
|
||||||
expected/
|
expected/
|
||||||
notes/
|
|
||||||
baserom/
|
|
||||||
baseroms/*/segments/
|
|
||||||
docs/doxygen/
|
docs/doxygen/
|
||||||
*.elf
|
|
||||||
*.sra
|
|
||||||
*.z64
|
*.z64
|
||||||
*.n64
|
*.n64
|
||||||
*.v64
|
*.v64
|
||||||
*.map
|
|
||||||
*.dump
|
|
||||||
out.txt
|
|
||||||
*.ram
|
|
||||||
|
|
||||||
# Tool artifacts
|
# Tools
|
||||||
tools/mipspro7.2_compiler/
|
.venv/
|
||||||
tools/overlayhelpers/batchdisasm/output/*
|
|
||||||
tools/overlayhelpers/batchdisasm/output2/*
|
|
||||||
tools/overlayhelpers/batchdisasm/mipsdisasm/*
|
|
||||||
tools/disasm/output/*
|
|
||||||
tools/asmsplitter/asm/*
|
|
||||||
tools/asmsplitter/c/*
|
|
||||||
ctx.c
|
ctx.c
|
||||||
tools/*dSYM/
|
tools/*dSYM/
|
||||||
graphs/
|
graphs/
|
||||||
|
|
||||||
# Assets
|
|
||||||
*.png
|
|
||||||
*.jpg
|
|
||||||
*.mdli
|
|
||||||
*.anmi
|
|
||||||
*.obj
|
|
||||||
*.mtl
|
|
||||||
*.fbx
|
|
||||||
!*_custom*
|
|
||||||
.extracted-assets.json
|
|
||||||
extracted/
|
|
||||||
|
|
||||||
# Docs
|
|
||||||
!docs/tutorial/
|
|
||||||
|
|
||||||
# Per-user configuration
|
# Per-user configuration
|
||||||
.python-version
|
# If you want to use your own gitignore rules without modifying this file:
|
||||||
|
# - use `git config core.excludesFile path/to/my_gitignore_file`
|
||||||
|
# - or edit `.git/info/exclude`
|
||||||
|
|
Loading…
Reference in a new issue