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