Re: [PATCH] .gitignore update for x86 arch

2007-10-17 Thread Thomas Gleixner
On Wed, 17 Oct 2007, Sam Ravnborg wrote: > Hi Thomas. > > Another one I expect you to take in your x86 tree - OK? Thanks, applied tglx > Sam > > On Tue, Oct 16, 2007 at 11:22:21AM +0400, Denis V. Lunev wrote: > > This patch: > > - makes .gitignore files visible to git > > - m

Re: [PATCH] .gitignore update for x86 arch

2007-10-17 Thread Sam Ravnborg
Hi Thomas. Another one I expect you to take in your x86 tree - OK? Sam On Tue, Oct 16, 2007 at 11:22:21AM +0400, Denis V. Lunev wrote: > This patch: > - makes .gitignore files visible to git > - makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible > > Signed-off-by: Denis

[PATCH] .gitignore update for x86 arch

2007-10-16 Thread Denis V. Lunev
This patch: - makes .gitignore files visible to git - makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> diff --git a/.gitignore b/.gitignore index 27c3e83..22fb8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ vmlinux

Re: [PATCH] .gitignore update

2007-07-30 Thread Alexey Dobriyan
On Sun, Jul 29, 2007 at 04:57:22PM +0200, Jan Engelhardt wrote: > > On Jul 26 2007 16:15, Alexey Dobriyan wrote: > > > >Somehow I ended up with the following in tree: > > > > $ git status > > ... > > # Untracked files: > > # (use "git add ..." to include in what will be c

Re: [PATCH] .gitignore update

2007-07-29 Thread Jan Engelhardt
On Jul 26 2007 16:15, Alexey Dobriyan wrote: > >Somehow I ended up with the following in tree: > > $ git status > ... > # Untracked files: > # (use "git add ..." to include in what will be committed) > # > # fs/proc/root.o.FuMxJQ > #

[PATCH] .gitignore update

2007-07-26 Thread Alexey Dobriyan
Somehow I ended up with the following in tree: $ git status ... # Untracked files: # (use "git add ..." to include in what will be committed) # # fs/proc/root.o.FuMxJQ # net/ipv4/tcp_minisocks.o.geCDYR These are presuma

Re: [PATCH] .gitignore update

2007-07-04 Thread Segher Boessenkool
headers_install by default puts headers into usr/include/ . They're auto-generated, so should be ignored. Same for *.orig, *.rej . If you have .orig or .rej files hanging around, it means you have an unresolved merge conflict. Better not ignore it. Segher - To unsubscribe from this list: se

[PATCH] .gitignore update

2007-07-04 Thread Alexey Dobriyan
headers_install by default puts headers into usr/include/ . They're auto-generated, so should be ignored. Same for *.orig, *.rej . Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- .gitignore |3 +++ usr/.gitignore |1 + 2 files changed, 4 insertions(+) --- a/.gitignore +++ b/