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
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'
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
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