OdysseyDecomp/.gitignore
MonsterDruide1 e74920df88 wip
2025-05-18 11:14:15 +02:00

61 lines
521 B
Plaintext

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