bootstrap: .gitignore files created by autopoint, libtool
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 21:25:20 +0000 (14:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 21:26:34 +0000 (14:26 -0700)
commit4b249dbeebf2877a689d1c3e2ab84a8b1cd2fb4c
tree2227c8b5104bd6b6845b427ec638decba0d1261b
parent258577fccc77760d91f8c28286aaa4838ca9cd90
bootstrap: .gitignore files created by autopoint, libtool

I ran into this problem when bootstrapping the latest diffutils.
After './bootstrap', 'git status' reported lots of untracked files
m4/codeset.m4, m4/gettext.m4, etc.  These files were created by
autopoint and do not need to be version-controlled.
* build-aux/bootstrap: Put into .gitignore the files that
autopoint and libtool create, by keeping track of files that exist
after but not before these programs are run.
(version_controlled_file): Move up.  2nd arg is now full file
name, not base name; this is more convenient.  Put CVS at the end,
as it's now somewhat deprecated.
ChangeLog
build-aux/bootstrap