mirror of
https://github.com/Manoj-HV30/multithreaded-raytracer.git
synced 2026-05-16 19:35:24 +00:00
Add .gitignore to exclude build and OS files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
# Executable
|
||||||
|
raytracer
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Output files
|
||||||
|
*.ppm
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user