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