20 lines
167 B
Plaintext
20 lines
167 B
Plaintext
# Build artifacts
|
|
output/
|
|
build/
|
|
*.o
|
|
*.a
|
|
|
|
# Test artifacts
|
|
tests/test_lib
|
|
tests/test_stress
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db |