[gnome-characters/wip/properties: 1/13] build: Ignore Gnulib generated files



commit 00b5ab810d3cc27fc0d0fa0ca36ab1882eec631e
Author: Daiki Ueno <dueno src gnome org>
Date:   Tue Feb 10 12:52:33 2015 +0900

    build: Ignore Gnulib generated files

 Makefile.am |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c9ccbed..7ac3788 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,25 @@ GITIGNOREFILES = \
        m4/intltool.m4 \
        m4/libtool.m4 \
        m4/lt* \
+       gllib/Makefile \
+       gllib/Makefile.in \
+       gllib/**/*.lo \
+       gllib/**/*.la \
+       gllib/**/.deps \
+       gllib/**/.libs \
+       gllib/.libs \
+       gllib/sys \
+       gllib/unicase.h \
+       gllib/unictype.h \
+       gllib/unictype/categ_byname.h \
+       gllib/unictype/pr_byname.h \
+       gllib/unictype/scripts_byname.h \
+       gllib/uniname.h \
+       gllib/uninorm.h \
+       gllib/unistr.h \
+       gllib/unitypes.h \
+       gllib/unused-parameter.h \
+       gllib/**/.dirstamp \
        rpms/
 
 distdir = $(PACKAGE_TARNAME)-$(VERSION)


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