Skip to content

Commit a6cf958

Browse files
committed
Adress review comments
1 parent 0ca2920 commit a6cf958

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*.rb text
88
*.sh text
99

10+
# external sources
1011
tests/doctest.h -diff linguist-vendored
1112
src/external/* -diff linguist-vendored
1213
src/midiprogram.h -diff linguist-vendored
@@ -27,6 +28,7 @@ src/generated/* -diff linguist-generated
2728
#TODO? .gitmodules export-ignore
2829
#TODO? /builds/libretro/ export-ignore
2930

31+
#TODO: Android is usually built from git, but maybe keep it (e.g. f-droid)?
3032
/builds/android/ export-ignore
3133
/builds/flatpak/ export-ignore
3234
/builds/snap/ export-ignore

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ __MACOSX
8282
/RelWithDebInfo/
8383
/*.build/
8484

85+
# legacy, used for PLAYER_BUILD_LIBLCF
86+
/lib/liblcf/
87+
8588
# Android
8689
*.iml
8790
local.properties

0 commit comments

Comments
 (0)