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
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
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
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
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
> #
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
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
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/
8 matches
Mail list logo