mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
5dcccc228f
* d_a_tori_flag 100% Had to add a constructor for `dCloth_packet_c`, may want to reconsider the naming of certain members of `daTori_Flag_HIO_c` in the future. * d_a_tori_flag 100% configuration * Requested PR changes made * added proper inline functions
37 lines
317 B
Plaintext
37 lines
317 B
Plaintext
# IDE folders
|
|
.idea/
|
|
.vs/
|
|
|
|
# Caches
|
|
__pycache__
|
|
.mypy_cache
|
|
.cache/
|
|
|
|
# Original files
|
|
orig/*/*
|
|
!orig/*/.gitkeep
|
|
*.dol
|
|
*.rel
|
|
*.elf
|
|
*.o
|
|
*.map
|
|
*.MAP
|
|
|
|
# Build files
|
|
build/
|
|
.ninja_*
|
|
build.ninja
|
|
|
|
# decompctx output
|
|
ctx.*
|
|
*.ctx
|
|
|
|
# Generated configs
|
|
objdiff.json
|
|
compile_commands.json
|
|
|
|
# Miscellaneous
|
|
/*.txt
|
|
*.exe
|
|
.DS_Store
|