mirror of
https://github.com/logos-co/logos-liblogos.git
synced 2026-08-27 12:51:10 +00:00
36 lines
387 B
Plaintext
36 lines
387 B
Plaintext
# Build artifacts
|
|
build/
|
|
cmake-build*/
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
/Makefile
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
*.out
|
|
compile_commands.json
|
|
|
|
# IDE configuration
|
|
.vscode/
|
|
.idea/
|
|
.vs/
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
result
|
|
examples/cli
|
|
|
|
.cache
|
|
result*
|
|
|
|
# Doc-test output: generated artifacts are disposable, but keep the rendered .md
|
|
doctests/outputs/*
|
|
!doctests/outputs/*.md
|