diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2017-03-04 19:44:23 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2017-03-08 15:12:59 +0200 |
commit | ef7005eae6f76a2e4f3bc1894ac0841224701752 (patch) | |
tree | b138152adeb7bd1a56f92bace9ae9d67da3d9396 /.gitattributes | |
parent | b9e555ab1ad9551f6b92118aafc607eec7c92fe6 (diff) | |
download | nautilus-ef7005eae6f76a2e4f3bc1894ac0841224701752.tar.gz |
.gitattributes: update files not for export
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
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 219cbdfb8..10b6f777d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ -/scripts export-ignore -/git.mk export-ignore /.gitattributes export-ignore +/.gitignore export-ignore /.gitmodules export-ignore /nautilus.doap export-ignore /.buildconfig export-ignore @@ -11,3 +10,4 @@ /data/run-uncrustify.sh export-ignore /data/uncrustify.cfg export-ignore /eel/README.canvas export-ignore +/make_release.sh export-ignore |