29 Jan, 2008

1 commit


20 Oct, 2007

1 commit


18 Oct, 2007

1 commit


01 Aug, 2007

1 commit

  • 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 presumably temporary gcc files, which aren't interesting.

    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alexey Dobriyan
     

21 Jul, 2007

1 commit

  • We ignore all the generated files called "vmlinux*" from the top-level
    gitignore, but that also ends up catching a few files that we track, and
    that people do edit. Notably the "vmlinux.lds.S" file, that each
    architecture has.

    You can always use "git add -f" to override the ignore file, but we
    might as well just make it explicit for this file.

    Bitten-by-and-tested-by: Ingo Molnar
    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

17 Jul, 2007

1 commit

  • 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
    Cc: David Woodhouse
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alexey Dobriyan
     

23 Dec, 2006

1 commit


13 Nov, 2006

1 commit

  • Prevent git from reporting this useless status:

    On branch refs/heads/master
    Untracked files:
    (use "git add" to add to commit)

    TAGS
    scripts/kconfig/lkc_defs.h
    scripts/kconfig/qconf.moc
    nothing to commit

    Signed-off-by: Franck Bui-Huu
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Franck Bui-Huu
     

17 Sep, 2006

3 commits


01 Aug, 2006

2 commits


22 Mar, 2006

1 commit


27 Feb, 2006

1 commit


07 Jan, 2006

1 commit


02 Jan, 2006

1 commit


18 Oct, 2005

1 commit