diff options
| author | raysan5 <[email protected]> | 2013-11-24 20:30:34 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2013-11-24 20:30:34 +0100 |
| commit | 8895a165b1f975bb467c353284aafab4ef44447e (patch) | |
| tree | dca55501dc43a55f63f6cf594a2b5eae95ee9411 /.gitignore | |
| parent | 1a8cdc10b7a5bd5cab40f705241f4c6ca0e3587e (diff) | |
| download | raylib-8895a165b1f975bb467c353284aafab4ef44447e.tar.gz raylib-8895a165b1f975bb467c353284aafab4ef44447e.zip | |
Updated with some minor changes
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ examples/*.o Thumbs.db # Ignore files build by Visual Studio -*.obj +# *.obj --> Can be confused with 3d model! *.pdb *.aps *.vcproj.*.user |
