mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 02:46:17 -04:00
Improved .gitignore
This commit is contained in:
+19
-9
@@ -1,18 +1,26 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
*.dist-info/
|
||||
*.so
|
||||
*.dll
|
||||
dist/
|
||||
build/
|
||||
bin/
|
||||
.mypy_cache/
|
||||
.benchmarks/
|
||||
|
||||
# Binaries
|
||||
*.so
|
||||
*.dll
|
||||
*.elf
|
||||
*.nso
|
||||
dist/
|
||||
build/
|
||||
bin/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# IDA
|
||||
*.id0
|
||||
*.id1
|
||||
*.id2
|
||||
@@ -21,12 +29,14 @@ bin/
|
||||
*.nam
|
||||
*.til
|
||||
|
||||
data/*.elf
|
||||
data/*.nso
|
||||
# Ghidra
|
||||
*.gpr
|
||||
*.rep/
|
||||
|
||||
# Debugging
|
||||
perf.mData
|
||||
perf.mData.old
|
||||
.gdb_history
|
||||
|
||||
.DS_Store
|
||||
toolchain/clang/
|
||||
# Tooling
|
||||
/toolchain/clang/
|
||||
|
||||
Reference in New Issue
Block a user