This commit is contained in:
Akira TAGOH 2017-11-15 16:34:02 +09:00
parent 8f88b1c47c
commit da071b32d4
1 changed files with 12 additions and 0 deletions

12
git.mk
View File

@ -143,13 +143,18 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
po/Makefile.in.in \ po/Makefile.in.in \
po/Makefile.in \ po/Makefile.in \
po/Makefile \ po/Makefile \
po/Makevars.template \
po/POTFILES \ po/POTFILES \
po/Rules-quot \
po/stamp-it \ po/stamp-it \
po/stamp-po \ po/stamp-po \
po/.intltool-merge-cache \ po/.intltool-merge-cache \
"po/*~" \
"po/*.header" \
"po/*.gmo" \ "po/*.gmo" \
"po/*.mo" \ "po/*.mo" \
"po/*.sed" \ "po/*.sed" \
"po/*.sin" \
po/$(GETTEXT_PACKAGE).pot \ po/$(GETTEXT_PACKAGE).pot \
intltool-extract.in \ intltool-extract.in \
intltool-merge.in \ intltool-merge.in \
@ -158,14 +163,20 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
fi; \ fi; \
if test -f $(srcdir)/po-conf/Makefile.in.in; then \ if test -f $(srcdir)/po-conf/Makefile.in.in; then \
for x in \ for x in \
po-conf/Makefile.in.in \
po-conf/Makefile.in \ po-conf/Makefile.in \
po-conf/Makefile \ po-conf/Makefile \
po-conf/Makevars.template \
po-conf/POTFILES \ po-conf/POTFILES \
po-conf/Rules-quot \
po-conf/stamp-it \ po-conf/stamp-it \
po-conf/stamp-po \ po-conf/stamp-po \
"po-conf/*~" \
"po-conf/*.header" \
"po-conf/*.gmo" \ "po-conf/*.gmo" \
"po-conf/*.mo" \ "po-conf/*.mo" \
"po-conf/*.sed" \ "po-conf/*.sed" \
"po-conf/*.sin" \
po-conf/$(GETTEXT_PACKAGE)-conf.pot \ po-conf/$(GETTEXT_PACKAGE)-conf.pot \
; do echo /$$x; done; \ ; do echo /$$x; done; \
fi; \ fi; \
@ -177,6 +188,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
stamp-h1 \ stamp-h1 \
libtool \ libtool \
config.lt \ config.lt \
config.rpath \
; do echo /$$x; done; \ ; do echo /$$x; done; \
fi; \ fi; \
if test "x$(DEJATOOL)" = x; then :; else \ if test "x$(DEJATOOL)" = x; then :; else \