summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-04-21 06:41:24 -0600
committerEric Blake <ebb9@byu.net>2009-04-21 06:51:35 -0600
commitc474ab908444e2d6703bd22e4122e551fcdaa96b (patch)
tree34dd1ed2a9929f69d2ead22ea7970ae714ff5ab9 /.gitattributes
parente430ff0ca663b6ebbd9dafa8909ff07cc0273135 (diff)
downloadautoconf-c474ab908444e2d6703bd22e4122e551fcdaa96b.tar.gz
Shuffle maintainer-specific rules.
* Makefile.am (maintainer-check-tests): Delete. (autom4te-update): Move... * cfg.mk (autom4te-update): ...here. (fetch): Depend on autom4te-update. Split... (gnulib-update): ...into new rule. Import move-if-change from gnulib. * maint.mk (maintainer-distcheck): Absorb former maintainer-check rule. * build-aux/move-if-change: New file, undistributed. * .gitattributes: Handle new upstream file. * .gitignore: Ignore maintainer cruft. * HACKING: Update maintainer instructions. * build-aux/config.guess: Update from upstream. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c4e3035f..80c4fdf1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,12 +1,15 @@
# See README-hacking for ideas on making these settings useful.
*.texi* diff=texinfo
ChangeLog merge=merge-changelog
+
+# Exempt upstream files from whitespace rules.
config.guess -whitespace
config.sub -whitespace
elisp-comp -whitespace
install-sh -whitespace
mdate-sh -whitespace
missing -whitespace
+move-if-change -whitespace
texinfo.tex -whitespace
fdl.texi -whitespace
fdl-1.3.texi -whitespace