diff options
author | Ernestas Kulik <ernestask@src.gnome.org> | 2016-09-28 09:16:11 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@src.gnome.org> | 2017-02-24 00:24:27 +0200 |
commit | ed5652c89ac0654df2e82b54b00b27d51c825465 (patch) | |
tree | fa5f60a817818116e871c12a69ebcf73bbf2721f /.gitattributes | |
parent | 728300331dc5caa6142704e0e4cd70004bf0037a (diff) | |
download | nautilus-ed5652c89ac0654df2e82b54b00b27d51c825465.tar.gz |
general: add support for Meson
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
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..219cbdfb8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/scripts export-ignore +/git.mk export-ignore +/.gitattributes export-ignore +/.gitmodules export-ignore +/nautilus.doap export-ignore +/.buildconfig export-ignore +/OVERVIEW.md export-ignore +/org.gnome.Nautilus.json 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 +/eel/README.canvas export-ignore |