Re: [PATCH] gitignore: Ignore test-driver

2013-03-28 Thread Kristian Høgsberg
On Thu, Mar 28, 2013 at 05:28:22PM +, Damien Lespiau wrote: > Automake (1.12 here) parallel-tests installs a test-driver file, another > file to add to .gitignore. > > While at it, remove the duplicate cscope.out entry and add TAGS (the > result of automake's "make tag") > --- > .gitignore |

[PATCH] gitignore: Ignore test-driver

2013-03-28 Thread Damien Lespiau
Automake (1.12 here) parallel-tests installs a test-driver file, another file to add to .gitignore. While at it, remove the duplicate cscope.out entry and add TAGS (the result of automake's "make tag") --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore