Update .gitignore.

This avoids commiting libretro cores accidentally.
This commit is contained in:
orbea 2019-05-01 07:49:54 -07:00 committed by Stephen Anthony
parent 0e6e54f15c
commit 6526cf70c1
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
config.log
config.mak
src/**/*/.deps
src/**/*.so
src/**/*.dylib
src/**/*.dll
src/**/*.o
out
out.pgo