summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Add a script for updating gnome-desktop sourcesTimothy OBrien2019-01-221-10/+11
| | | | | | | 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
* gitignore: Remove autotools related files.Carlos Soriano2017-03-271-4/+1
| | | | | | And also some non existent files. https://bugzilla.gnome.org/show_bug.cgi?id=780584
* gitattributes: Fix make_release export-ignoreCarlos Soriano2017-03-271-1/+1
| | | | Forgot to change it to the new path.
* .gitattributes: update files not for exportErnestas Kulik2017-03-081-2/+2
| | | | | | | A couple of files no longer exist in the repo and some shouldn’t be exported. https://bugzilla.gnome.org/show_bug.cgi?id=779579
* general: add support for MesonErnestas Kulik2017-02-241-0/+13
Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167