diff options
author | Timothy OBrien <obrien.timothy.a@gmail.com> | 2019-01-18 22:40:52 +1100 |
---|---|---|
committer | Carlos Soriano <csoriano1618+gnome@gmail.com> | 2019-01-22 15:51:58 +0000 |
commit | 193a0b56d748d9c4db565894ebcd6c460deaf959 (patch) | |
tree | 7ba377431df667873b0a3be247a3e8a938c913d9 /.gitattributes | |
parent | 20c94c338f2f37ea9f7afef70a8aa4ff5abcc6e0 (diff) | |
download | nautilus-193a0b56d748d9c4db565894ebcd6c460deaf959.tar.gz |
Add a script for updating gnome-desktop sources
Nautilus depends on thumbnail source code files from the gnome-desktop project. Therefore, when the upstream https://gitlab.gnome.org/GNOME/gnome-desktop project releases a new version of the files, they should be downloaded and merged into the nautilus project.
The script downloads the latest gnome-desktop project files to the developer's local nautilus source folder so that the developer can commit the updated files to the nautilus project.
Fixes: #839
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/.gitattributes b/.gitattributes index 26466c8de..f28e29458 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,11 @@ -/.gitattributes export-ignore -/.gitignore export-ignore -/.gitmodules export-ignore -/nautilus.doap export-ignore -/docs/Overview.md export-ignore -/test/file-torture.py export-ignore -/src/gtk/gtk-code-generator.sh export-ignore -/data/run-uncrustify.sh export-ignore -/data/uncrustify.cfg export-ignore -/build-aux/make_release.sh export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.gitmodules export-ignore +/nautilus.doap export-ignore +/docs/Overview.md export-ignore +/test/file-torture.py export-ignore +/src/gnome-desktop/gnome-desktop-update.sh export-ignore +/src/gtk/gtk-code-generator.sh export-ignore +/data/run-uncrustify.sh export-ignore +/data/uncrustify.cfg export-ignore +/build-aux/make_release.sh export-ignore |