Re: [uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Jeff Dike
On Sat, Feb 20, 2010 at 03:16:05PM +, Al Viro wrote: > On Sat, Feb 20, 2010 at 03:09:36PM +, Al Viro wrote: > > On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > > > > > git should ignore these files, since they are generated. > > > > > +include/shared/kern_constants.h >

Re: [uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Américo Wang
On Sat, Feb 20, 2010 at 03:16:05PM +, Al Viro wrote: >On Sat, Feb 20, 2010 at 03:09:36PM +, Al Viro wrote: >> On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: >> > >> > git should ignore these files, since they are generated. >> >> > +include/shared/kern_constants.h >> > +in

Re: [uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Américo Wang
On Sat, Feb 20, 2010 at 03:09:36PM +, Al Viro wrote: >On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: >> >> git should ignore these files, since they are generated. > >> +include/shared/kern_constants.h >> +include/shared/user_constants.h > >I have patches taking that to include

Re: [uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Al Viro
On Sat, Feb 20, 2010 at 03:09:36PM +, Al Viro wrote: > On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > > > git should ignore these files, since they are generated. > > > +include/shared/kern_constants.h > > +include/shared/user_constants.h > > I have patches taking that to

Re: [uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Al Viro
On Sat, Feb 20, 2010 at 10:33:59PM +0800, Am??rico Wang wrote: > > git should ignore these files, since they are generated. > +include/shared/kern_constants.h > +include/shared/user_constants.h I have patches taking that to include/generated, actually ---

[uml-devel] [Patch] um: tell git to ignore generated files

2010-02-20 Thread Américo Wang
git should ignore these files, since they are generated. Signed-off-by: WANG Cong Cc: Jeff Dike --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff --