30 lines
219 B
Plaintext
30 lines
219 B
Plaintext
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# IntelliJ IDEs
|
|
.idea/
|
|
|
|
# CMake
|
|
build/
|
|
target/
|
|
out/
|
|
|
|
# clangd
|
|
.cache/
|
|
|
|
# Build artefacts
|
|
*.exe
|
|
*.dll
|
|
*.lib
|
|
*.pdb
|
|
*.dylib
|
|
*.so
|
|
*.o
|
|
*.a
|
|
|
|
# Binaries
|
|
# *.bin
|
|
|
|
# Miscellaneous stuff
|
|
.directory
|