diff options
author | Daiki Ueno <ueno@gnu.org> | 2016-01-02 18:35:51 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-01-02 18:42:13 +0900 |
commit | faacecdc439685bac185269e48fcf6ab0eb8e886 (patch) | |
tree | bc1c36b19972be26eb0c0d12705cede165bd0a49 /.gitignore | |
parent | 6d9150aad730eb3dacac2f14f25a2800e003d7c6 (diff) | |
download | external_gettext-faacecdc439685bac185269e48fcf6ab0eb8e886.zip external_gettext-faacecdc439685bac185269e48fcf6ab0eb8e886.tar.gz external_gettext-faacecdc439685bac185269e48fcf6ab0eb8e886.tar.bz2 |
maint: Use maintainer-makefile from gnulib
* autogen.sh: Pull GNUmakefile, maint.mk, and dependency scripts in
build-aux.
* cfg.mk (update-copyright-env): Adjust for gettext.
* .x-update-copyright: New file.
* .gitignore: Ignore files brought in by gnulib-tool.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -43,8 +43,14 @@ Makefile /gettext-tools/examples/ChangeLog /gettext-tools/po/ChangeLog +# Files brought in by gnulib-tool: +/GNUmakefile /build-aux/ar-lib /build-aux/git-version-gen /build-aux/gitlog-to-changelog /build-aux/snippet /build-aux/test-driver +/build-aux/update-copyright +/build-aux/useless-if-before-free +/build-aux/vc-list-files +/maint.mk |