diff options
author | Stephen Enders <smenders@gmail.com> | 2021-01-05 00:30:53 -0500 |
---|---|---|
committer | Stephen Enders <smenders@gmail.com> | 2021-01-05 00:30:53 -0500 |
commit | 9ccf3248f2d9cd2cb9bd5a4826e8d0409f98f3d1 (patch) | |
tree | 50d8f29821fbbc42dc932bf3135a084ec2617ffe /.gitignore |
Initial commit - Rendering
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9620655 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +ur +Makefile +CMakeFiles +CMakeCache.txt +cmake_install.cmake |