Cleaning up repo, adding .gitignore file for future commits and added README file for repository description

This commit is contained in:
2025-03-01 17:30:06 -06:00
parent c5d20798f5
commit 4339b90811
6 changed files with 15 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Ignore all editor files
*.swp
*.swo
# Allowed files
!*.c
!*.h
!Makefile
# Ignore object files
*.o
# Ignore specific binary
renderer

1
README.md Normal file
View File

@@ -0,0 +1 @@
# Repository for 3D Graphics Programming from Scratch by Gustavo Pezzi

BIN
renderer

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.