sly1/.gitignore
2024-09-10 20:11:42 +00:00

77 lines
695 B
Plaintext

# Project-specific files
SCUS_971.98
*[Ss][Cc][Uu][Ss]*
*971*98*
SCUS_*.*
*.elf
prodg*
tools/cc/
usr/
html/
functions.txt
# Splat files
splat/
assets/
asm/
undefined_funcs_auto.txt
undefined_syms_auto.txt
.splache
.ninja_log
*.ninja
permuter_settings.toml
## MacOS
.DS_Store
## Linux
*.swp
## Binary/object products
**/bin/
**/obj/
## Clang-tooling things
**/compile_commands.json
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.elf
# Linker scripts
*.ld
# Python
env/
__pycache__/
*.pyc
# Miscellaneous
.vscode
temp/