mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
34 lines
294 B
Plaintext
34 lines
294 B
Plaintext
# Object files
|
|
*.nds
|
|
|
|
# Compilers
|
|
tools/mwccarm/**
|
|
|
|
# SDK
|
|
tools/bin/**
|
|
*.lcf.template
|
|
*.response.template
|
|
|
|
# Build folder
|
|
build/**
|
|
sub/build/**
|
|
|
|
# Icon build files
|
|
*.nbfp
|
|
*.nbfc
|
|
|
|
# IDE folders
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Tool builds/executables
|
|
*.exe
|
|
*.a
|
|
*.d
|
|
*.o
|
|
*.sbin
|
|
*.tmp
|
|
|
|
# MacOS garbage
|
|
.DS_Store
|