sly1/.gitignore
2024-04-26 10:50:10 -06:00

58 lines
547 B
Plaintext

# Project-specific files
*[Ss][Cc][Uu][Ss]*
*971*98*
prodg_sce*
usr/
sce/
docs/
# Splat files
undefined_funcs*.txt
undefined_syms*.txt
asm/
assets/
## Binary/object products
**/bin/
**/obj/
## Clang-tooling things
**/compile_commands.json
# Compiled Object files
**/.DS_Store
*.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
# Miscellaneous
.vscode
temp/
__pycache__/
*.pyc