I pushed this to 'maint'. * .gitignore: Add *.eps, *.o, *.pdf, *.png, *.stamp, *~, .deps, .dirstamp. Needed to suppress unwanted chatter from 'git status' after a bootstrap build. --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index bfb7caf..e9708d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ +*.eps +*.o +*.pdf +*.png +*.stamp +*~ +.deps +.dirstamp /*.cache /*.flc /*.prj -/*~ /.tarball-version /.version /ABOUT-NLS -- 1.7.11.7
