MainTree/.gitignore

13 lines
120 B
Plaintext

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