cpp-raytracer/.gitignore
2021-08-29 21:24:17 +02:00

16 lines
141 B
Text

# Gnu global thingies
GPATH
GRTAGS
GTAGS
# Executable
raytracer
# Actual output image
image.ppm
# Profiler data
perf.*
# Core dumps
core