[PATCH] Update .gitignore

2020-05-24 Thread Tom Tromey
I noticed a few generated files in "git status", so I wrote this patch to add them to .gitignore. --- .gitignore | 4 ChangeLog | 4 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 48bcdd2..459bf60 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ TAG

Re: [PATCH] Update .gitignore

2015-05-15 Thread Filipe Brandenburger
Hi Ben, On Fri, May 15, 2015 at 3:28 AM, Ben Elliston wrote: > On Thu, May 14, 2015 at 11:43:21PM -0700, Filipe Brandenburger wrote: >> Tested by running `./configure --enable-maintainer-mode' and then >> the sequence `make && make check && make distcheck' and confirming >> that the `git status'

Re: [PATCH] Update .gitignore

2015-05-15 Thread Ben Elliston
On Thu, May 14, 2015 at 11:43:21PM -0700, Filipe Brandenburger wrote: > Tested by running `./configure --enable-maintainer-mode' and then > the sequence `make && make check && make distcheck' and confirming > that the `git status' output did not show any untracked files. I don't like ignoring too

[PATCH] Update .gitignore

2015-05-14 Thread Filipe Brandenburger
Tested by running `./configure --enable-maintainer-mode' and then the sequence `make && make check && make distcheck' and confirming that the `git status' output did not show any untracked files. Signed-off-by: Filipe Brandenburger --- .gitignore | 21 - 1 file changed, 20 in