pmd-sky/.gitignore
AnonymousRandomPerson f906aa056f Cleaned up .gitignore
2023-08-15 22:15:06 -04:00

33 lines
288 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
# MacOS garbage
.DS_Store