Re: [PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-21 Thread Bill Spitzak
You may want to put '/' in front of files that should only occur in the root of the repository. On Tue, Jan 19, 2016 at 6:53 PM, Peter Hutterer wrote: > On Tue, Jan 19, 2016 at 03:10:21PM +0100, Olivier Blin wrote: > > --- > > .gitignore | 1 + > > 1 file changed, 1

Re: [PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-21 Thread Olivier Blin
Le 20/01/2016 20:33, Bill Spitzak a écrit : You may want to put '/' in front of files that should only occur in the root of the repository. Hi, Indeed, this is how I added it initially, but I submitted the current form for consistency with other entries. Cheers On Tue, Jan 19, 2016 at 6:53

Re: [PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-19 Thread Peter Hutterer
On Tue, Jan 19, 2016 at 03:10:21PM +0100, Olivier Blin wrote: > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 8893a5f..ba5d0f5 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -14,6 +14,7 @@ Makefile > Makefile.in > aclocal.m4 >

[PATCH libinput] gitignore: ignore compile script generated by automake >= 1.14

2016-01-19 Thread Olivier Blin
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8893a5f..ba5d0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ +compile config.guess config.h config.h.in -- 2.7.0