15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
# ingnore files without extension
|
|
*
|
|
!*.*
|
|
!*/
|
|
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
|
|
# project build artifacts
|
|
*.dSYM
|
|
build/
|
|
|
|
# brb build artifiacts
|
|
*.o
|
|
*.asm |