From: Paul Eggert Date: Sun, 25 Aug 2013 01:00:25 +0000 (-0700) Subject: maint: update .gitignore X-Git-Tag: v3.0.1~34 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0149d39e6e5cb4384c07d92c00908d0099d5e009?ds=inline maint: update .gitignore * .gitignore: Add *.eps, *.o, *.pdf, *.png, *.stamp, *~, .deps, .dirstamp. Needed to suppress unwanted chatter from 'git status' after a bootstrap build. --- 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