diff --git a/.gitignore b/.gitignore index b3d1f0c9..f2fd0c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,12 @@ wget-log !local/recipes/**/source/ !local/recipes/**/source/** +# But not fetched tarballs or build artifacts inside local/ +local/recipes/**/source.tar +local/recipes/**/source.tar.tmp +local/recipes/**/target/ +local/recipes/**/build/ + # Vendor source trees (fetched, not our code) **/amdgpu-source/ diff --git a/local/recipes/branding/redbear-release/source/images/icon.png b/local/recipes/branding/redbear-release/source/images/icon.png new file mode 100644 index 00000000..675c3f78 Binary files /dev/null and b/local/recipes/branding/redbear-release/source/images/icon.png differ diff --git a/local/recipes/branding/redbear-release/source/images/loading-background.png b/local/recipes/branding/redbear-release/source/images/loading-background.png new file mode 100644 index 00000000..b11c23bc Binary files /dev/null and b/local/recipes/branding/redbear-release/source/images/loading-background.png differ