ac-decomp/.gitignore

45 lines
460 B
Plaintext
Raw Normal View History

# IDE folders
.idea/
.vs/
2024-10-30 21:51:44 +00:00
.vscode/*
# Caches
__pycache__
.mypy_cache
.cache/
# Original files
orig/*/*
!orig/*/.gitkeep
2022-12-17 12:56:20 +00:00
*.dol
*.rel
*.elf
*.o
*.map
*.MAP
# Build files
build/
.ninja_*
2022-12-17 12:56:20 +00:00
build.ninja
# decompctx output
ctx.*
*.ctx
# Generated configs
2024-01-02 22:11:38 +00:00
objdiff.json
compile_commands.json
# Miscellaneous
/*.txt
!requirements.txt
*.exe
# For saving work files into (like IDB)
temp/
# Ignore the N64 SDK headers since we download them
include/PR/
2024-10-30 21:51:44 +00:00
include/gcc/