mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
15 lines
96 B
Plaintext
15 lines
96 B
Plaintext
# Editor settings
|
|
.vscode
|
|
|
|
# Build
|
|
build/
|
|
build_*/
|
|
*.o
|
|
|
|
# Data
|
|
data/
|
|
|
|
# Resulting images
|
|
*.ppm
|
|
|