From 0149d39e6e5cb4384c07d92c00908d0099d5e009 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 24 Aug 2013 18:00:25 -0700 Subject: [PATCH] maint: update .gitignore * .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 bfb7caf4..e9708d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ +*.eps +*.o +*.pdf +*.png +*.stamp +*~ +.deps +.dirstamp /*.cache /*.flc /*.prj -/*~ /.tarball-version /.version /ABOUT-NLS -- 2.50.0