1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-28 14:35:28 +00:00
nautilus/.gitattributes
Timothy OBrien 193a0b56d7 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
2019-01-22 15:51:58 +00:00

12 lines
638 B
Plaintext

/.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