Skip to content

Commit

Permalink
gitignore: Add portable.ini/fix font paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 16, 2024
1 parent 306f994 commit bf743ff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,17 @@ oprofile_data/
/bin/textures
/bin/translations
/bin/inputprofiles
/bin/videos
/bin/portable.ini

# Manually added by user.
/bin/resources/patches.zip

# Resources that are runtime downloaded.
/bin/resources/NotoSansJP-Regular.ttf
/bin/resources/NotoSansKR-Regular.ttf
/bin/resources/NotoSansSC-Regular.ttf
/bin/resources/NotoSansTC-Regular.ttf
/bin/resources/fonts/NotoSansJP-Regular.ttf
/bin/resources/fonts/NotoSansKR-Regular.ttf
/bin/resources/fonts/NotoSansSC-Regular.ttf
/bin/resources/fonts/NotoSansTC-Regular.ttf

/deps
/ipch
Expand Down

0 comments on commit bf743ff

Please sign in to comment.