On Sat, Mar 09, 2013 at 11:03:22AM +0200, Pekka Enberg wrote: > Make sure "git status" does not show up files after autogen.sh has been > run. > > Signed-off-by: Pekka Enberg <penb...@kernel.org> > --- > .gitignore | 5 +++++ > ChangeLog | 4 ++++ > 2 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 817e215..1b3d546 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -21,3 +21,8 @@ install-sh > missing > mkinstalldirs > INSTALL > +m4/libtool.m4 > +m4/ltoptions.m4 > +m4/ltsugar.m4 > +m4/ltversion.m4 > +m4/lt~obsolete.m4
This looks fine, these are all libtool files. Might it make sense to ignore m4/libtool and m4/lt*m4? Or does libtool only ever generate these 5 files? Thanks, Mark