Cleaning up repo, adding .gitignore file for future commits and added README file for repository description
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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
1
README.md
Normal file
@@ -0,0 +1 @@
|
||||
# Repository for 3D Graphics Programming from Scratch by Gustavo Pezzi
|
||||
Binary file not shown.
Binary file not shown.
BIN
src/.main.c.swp
BIN
src/.main.c.swp
Binary file not shown.
Reference in New Issue
Block a user