Make sure "git status" does not show up files after autogen.sh has been run.
Signed-off-by: Pekka Enberg <[email protected]> --- .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 diff --git a/ChangeLog b/ChangeLog index b08c5af..289a979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-09 Pekka Enberg <[email protected]> + + * .gitignore: Exclude autogen-generated files. + 2013-03-04 Andrew John Hughes <[email protected]> * gnu/classpath/Pair.java: -- 1.7.7.6
