Add .gitignore to exclude build and OS files

This commit is contained in:
2026-02-17 01:24:43 +05:30
committed by GitHub
parent 6d44b8c6af
commit ab057ea279
+11
View File
@@ -0,0 +1,11 @@
# Executable
raytracer
# Object files
*.o
# Output files
*.ppm
# OS files
.DS_Store