[nautilus] .gitattributes: update files not for export



commit ef7005eae6f76a2e4f3bc1894ac0841224701752
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Mar 4 19:44:23 2017 +0200

    .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

 .gitattributes |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitattributes b/.gitattributes
index 219cbdf..10b6f77 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]