We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca2920 commit a6cf958Copy full SHA for a6cf958
2 files changed
.gitattributes
@@ -7,6 +7,7 @@
7
*.rb text
8
*.sh text
9
10
+# external sources
11
tests/doctest.h -diff linguist-vendored
12
src/external/* -diff linguist-vendored
13
src/midiprogram.h -diff linguist-vendored
@@ -27,6 +28,7 @@ src/generated/* -diff linguist-generated
27
28
#TODO? .gitmodules export-ignore
29
#TODO? /builds/libretro/ export-ignore
30
31
+#TODO: Android is usually built from git, but maybe keep it (e.g. f-droid)?
32
/builds/android/ export-ignore
33
/builds/flatpak/ export-ignore
34
/builds/snap/ export-ignore
.gitignore
@@ -82,6 +82,9 @@ __MACOSX
82
/RelWithDebInfo/
83
/*.build/
84
85
+# legacy, used for PLAYER_BUILD_LIBLCF
86
+/lib/liblcf/
87
+
88
# Android
89
*.iml
90
local.properties
0 commit comments