mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Minor fixes
* Modified some .gitignore's * Removed some #include <vector>'s and other stuff...
This commit is contained in:
parent
c541176a32
commit
1fd42c34c2
9 changed files with 17 additions and 12 deletions
6
bin/dev_hdd0/home/00000001/savedata/.gitignore
vendored
Normal file
6
bin/dev_hdd0/home/00000001/savedata/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Note: This folder has to exist. Once the User Account manager is implemented, make sure it creates this folder in case it's missing and delete this .gitignore file.
|
||||
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
6
bin/dev_hdd0/home/00000001/trophy/.gitignore
vendored
Normal file
6
bin/dev_hdd0/home/00000001/trophy/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Note: This folder has to exist. Once the User Account manager is implemented, make sure it creates this folder in case it's missing and delete this .gitignore file.
|
||||
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Loading…
Add table
Add a link
Reference in a new issue