mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-22 07:53:02 +00:00
25 lines
245 B
Plaintext
25 lines
245 B
Plaintext
build/
|
|
.cache/
|
|
.idea/
|
|
cmake-build-debug/
|
|
|
|
# CMake generated
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
compile_commands.json
|
|
|
|
# IDE / editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Compiled objects / binaries
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.out
|