27 lines
206 B
Plaintext
27 lines
206 B
Plaintext
# Build directories
|
|
build/
|
|
cmake-build-*/
|
|
out/
|
|
|
|
# CLion / IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# Compiled artifacts
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
*.exe
|
|
|
|
# Test artifacts
|
|
Testing/
|
|
*.gcno
|
|
*.gcda
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|