OdysseyDecomp/.gitignore
LynxDev2 109c770d7c
Player: Implement PlayerJudgeDrawForward and PlayerJudgeDeadWipeStart (#72)
Co-authored-by: LynxDev2 <developer.iika@gmail.com>
2024-06-08 20:31:53 +02:00

52 lines
428 B
Plaintext

# Python
__pycache__/
*.pyc
*.egg-info/
*.dist-info/
.mypy_cache/
.benchmarks/
# Binaries
*.so
*.dll
*.elf
*.nso
dist/
build/
build-*/
bin/
# IDEs
.idea/
.vscode/
.cache/
.DS_Store
/cmake-build-*
compile_commands.json
.clangd
# IDA
*.id0
*.id1
*.id2
*.idb
*.i64
*.nam
*.til
# Ghidra
*.gpr
*.rep/
*.lock
# Debugging
perf.data
perf.data.old
.gdb_history
# Tooling
/toolchain/clang-*
tools/check
tools/listsym
tools/decompme