From: Paul Eggert Date: Mon, 21 Oct 2013 22:12:13 +0000 (-0700) Subject: maint: git now ignores .log and .trs files X-Git-Tag: v3.0.1~18 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/19fe1aa3323eb8e7a6bc66c966a2f9f25741ff42?ds=sidebyside maint: git now ignores .log and .trs files * .gitignore: Add *.log, *.trs. --- diff --git a/.gitignore b/.gitignore index e9708d3f..b8571968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.eps +*.log *.o *.pdf *.png *.stamp +*.trs *~ .deps .dirstamp