mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update .gitignore for libretro builds.
This commit is contained in:
parent
babfec5237
commit
925ac84069
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -62,7 +62,6 @@ build*/
|
|||
# Temp file used by jenkins windows build (TODO: remove)
|
||||
desc.txt
|
||||
|
||||
|
||||
Logs
|
||||
Memstick
|
||||
memstick
|
||||
|
@ -96,5 +95,8 @@ debian/files
|
|||
debian/ppsspp.substvars
|
||||
debian/ppsspp/
|
||||
|
||||
# Libretro build
|
||||
*.o
|
||||
|
||||
# YouCompleteMe file
|
||||
.ycm_extra_conf.pyc
|
||||
|
|
Loading…
Add table
Reference in a new issue