Petari/.gitignore

46 lines
426 B
Plaintext
Raw Permalink Normal View History

# IDE folders
.idea/
.vs/
# Caches
__pycache__
2024-09-24 01:17:42 +00:00
.mypy_cache
.cache/
# Original files
2024-09-24 01:17:42 +00:00
orig/*/*
!orig/*/.gitkeep
*.dol
*.rel
*.elf
2020-02-08 06:47:55 +00:00
*.o
*.map
*.MAP
# Build files
build/
.ninja_*
build.ninja
deps.zip
2022-08-25 05:51:53 +00:00
Compilers.zip
Compilers/*
*.ninja
2022-10-06 21:10:44 +00:00
*.ninja_log
doxygen/*
2024-01-15 20:57:14 +00:00
scripts/*
2024-10-26 17:48:12 +00:00
.cache/*
compile_commands.json
objdiff.json
# decompctx output
ctx.*
*.ctx
# Generated configs
objdiff.json
compile_commands.json
# Miscellaneous
2024-09-24 01:17:42 +00:00
/*.txt
*.exe