Re: [PATCH] gitignore: add .version as this is generated during a make

2014-07-10 Thread Keller, Jacob E
On Thu, 2014-07-10 at 16:13 -0700, Jonathan Nieder wrote: > Hi, > > Jacob Keller wrote: > > > Subject: gitignore: add .version as this is generated during a make > > What program generates that file? When I build on a Debian machine, I > get > > $ make > [...] > SUBDIR te

Re: [PATCH] gitignore: add .version as this is generated during a make

2014-07-10 Thread Junio C Hamano
Jonathan Nieder writes: > Jacob Keller wrote: > >> Subject: gitignore: add .version as this is generated during a make > > What program generates that file? When I build on a Debian machine, I > get > > $ make > [...] > SUBDIR templates > $ ls -la .version > ls:

Re: [PATCH] gitignore: add .version as this is generated during a make

2014-07-10 Thread Jonathan Nieder
Hi, Jacob Keller wrote: > Subject: gitignore: add .version as this is generated during a make What program generates that file? When I build on a Debian machine, I get $ make [...] SUBDIR templates $ ls -la .version ls: cannot access .version: No suc