Mach/.gitignore

14 lines
121 B
Plaintext

# Complete folders that are unwanted in commits
*.build/
*.local/
*.vscode/
# Machine Code
*.a
*.dll
*.elf
*.exe
*.so