OdysseyDecomp/.gitignore

58 lines
478 B
Plaintext
Raw Normal View History

2021-07-31 22:21:42 +00:00
# Python
__pycache__/
*.pyc
*.egg-info/
*.dist-info/
2021-07-31 22:21:42 +00:00
.mypy_cache/
.benchmarks/
# Binaries
*.so
*.dll
2021-07-31 22:21:42 +00:00
*.elf
*.nso
dist/
build/
build-*/
bin/
2020-07-24 04:53:07 +00:00
2021-07-31 22:21:42 +00:00
# IDEs
.idea/
.vscode/
2024-08-07 22:45:44 +00:00
.vs
2021-12-10 12:54:49 +00:00
.cache/
2021-07-31 22:21:42 +00:00
.DS_Store
/cmake-build-*
compile_commands.json
.clangd
2021-07-31 22:21:42 +00:00
# IDA
2020-07-24 04:53:07 +00:00
*.id0
*.id1
*.id2
*.idb
*.i64
2020-07-24 04:53:07 +00:00
*.nam
*.til
2021-07-31 22:21:42 +00:00
# Ghidra
*.gpr
*.rep/
*.lock
!flake.lock
2021-07-31 22:21:42 +00:00
# Debugging
perf.data
perf.data.old
.gdb_history
2021-07-31 22:21:42 +00:00
# Tooling
/toolchain/clang-*
2021-10-28 21:19:11 +00:00
tools/check
2022-02-07 22:18:55 +00:00
tools/listsym
tools/decompme
# direnv
.direnv/
.envrc.private