44 lines
402 B
Plaintext
44 lines
402 B
Plaintext
# Build directories
|
|
build/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# LSP files
|
|
.clangd
|
|
.clang-format
|
|
|
|
# Compiled files
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
|
|
# CMake files
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
|
|
# Output files
|
|
*.ppm
|
|
*.bmp
|
|
*.png
|
|
*.jpg
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Some testing scripts for me qwq
|
|
cornell_box_build.sh
|
|
cornell_box_metal_sphere_build.sh
|