[gnome-characters] build: Silence git status



commit 836a0e008400919c47b01ef0c94b73520b26d9a4
Author: Daiki Ueno <dueno src gnome org>
Date:   Thu Aug 24 09:54:27 2017 +0200

    build: Silence git status

 Makefile.am      |    4 +
 ar-lib           |  270 ---------------------
 config.rpath     |  684 ------------------------------------------------------
 data/Makefile.am |    4 +
 4 files changed, 8 insertions(+), 954 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f6136e6..2daa93f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@ GITIGNOREFILES = \
        .anjuta \
        .anjuta_sym_db.db \
        ABOUT-NLS \
+       config.rpath \
        m4/libtool.m4 \
        m4/lt* \
        m4/appstream-xml.m4 \
@@ -61,6 +62,7 @@ GITIGNOREFILES = \
        m4/wchar_t.m4 \
        m4/wint_t.m4 \
        m4/xsize.m4 \
+       po/Makevars.template \
        po/Rules-quot \
        po/boldquot.sed \
        po/en@boldquot.header \
@@ -77,6 +79,7 @@ GITIGNOREFILES = \
        gllib/**/.deps \
        gllib/**/.libs \
        gllib/.libs \
+       gllib/limits.h \
        gllib/sys \
        gllib/unicase.h \
        gllib/unictype.h \
@@ -87,6 +90,7 @@ GITIGNOREFILES = \
        gllib/uninorm.h \
        gllib/unistr.h \
        gllib/unitypes.h \
+       gllib/uniwidth.h \
        gllib/unused-parameter.h \
        gllib/**/.dirstamp \
        rpms/
diff --git a/data/Makefile.am b/data/Makefile.am
index 3c346f9..24d9531 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -75,6 +75,10 @@ CLEANFILES = \
        gschemas.compiled \
        $(NULL)
 
+GITIGNOREFILES = \
+       org.gnome.Characters.desktop \
+       $(NULL)
+
 # For uninstalled use
 all-local:
        $(GLIB_COMPILE_SCHEMAS) $(builddir)


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