diff options
| author | Ray <[email protected]> | 2021-10-18 23:17:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-18 23:17:37 +0200 |
| commit | 7763ccd8ad007c8854bcdfb64213c357e40a3085 (patch) | |
| tree | e8b85533d81096196cc04d8848e25815f2a8b435 /.gitignore | |
| parent | d8e0b2e27c021364efc87edd5ab29deb946f7062 (diff) | |
| download | raylib-7763ccd8ad007c8854bcdfb64213c357e40a3085.tar.gz raylib-7763ccd8ad007c8854bcdfb64213c357e40a3085.zip | |
Resync .obj models! gitignore was ignoring them!
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ ipch/ *.db *.opendb packages/ +!examples/models/resources/models/obj/ # Ignore compiled binaries *.o |
