diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Ignore generated files # ... +.gitignore + # Ignore VIM's backup generated files *.swp *.swo @@ -30,6 +32,7 @@ Thumbs.db *.cache *.ilk *.log + [Bb]in [Dd]ebug/ [Dd]ebug.win32/ @@ -52,6 +55,7 @@ packages/ *.exe *.a *.bc +*.so !raylib.rc.o # Ignore all examples files |
