opengl_learn

Step-by-step introduction to OpenGL
git clone https://0xdd.org/code/opengl_learn.git
Log | Files | Refs | README | LICENSE

commit 18313f152b7961d46583701959e150ccd13c2e2e
parent 646a0fdcbe6bd6838f0d4a0639f32ba888ae1ac6
Author: David DiPaola <DavidDiPaola@users.noreply.github.com>
Date:   Sun,  3 Jun 2018 12:47:57 -0400

scm: updated .gitignore files

Diffstat:
M.gitignore | 1+
Aogl/.gitignore | 6++++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,6 @@ *.o 00-triangle +01-perspective .*.swp diff --git a/ogl/.gitignore b/ogl/.gitignore @@ -0,0 +1,6 @@ +*.o +*.a +*.test + +.*.swp +