20 lines
160 B
Plaintext
20 lines
160 B
Plaintext
# Ignore local build outputs
|
|
build
|
|
*.o
|
|
*.so
|
|
*.a
|
|
|
|
# IDE / editor files
|
|
.vscode
|
|
.devcontainer
|
|
*.swp
|
|
*.swo
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# OS / misc
|
|
.DS_Store
|
|
Thumbs.db
|