mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
Name output binary Cemu_<CONFIG> and always place it in bin/ (#179)
This commit is contained in:
parent
1373c76eb9
commit
4ed18a65c3
4 changed files with 20 additions and 9 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -18,14 +18,15 @@
|
|||
build/
|
||||
out/
|
||||
.cache/
|
||||
bin/Cemu
|
||||
bin/Cemu_*
|
||||
bin/Cemu_*.exe
|
||||
|
||||
# Cemu bin files
|
||||
bin/otp.bin
|
||||
bin/seeprom.bin
|
||||
bin/log.txt
|
||||
bin/Cemu.pdb
|
||||
bin/Cemu.ilk
|
||||
bin/Cemu_*.pdb
|
||||
bin/Cemu_*.ilk
|
||||
bin/Cemu.exe.backup
|
||||
bin/mlc01/*
|
||||
bin/settings.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue