Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=96918a35a09f322d57c1a2d41e5b5ab24ea73991
Commit:     96918a35a09f322d57c1a2d41e5b5ab24ea73991
Parent:     2e92a3baee64112fd210a930276bad165b0bd576
Author:     Alexey Dobriyan <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 00:37:25 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 15:39:36 2007 -0700

    .gitignore update
    
    Somehow I ended up with the following in tree:
    
        $ git status
                ...
        # Untracked files:
        #   (use "git add <file>..." 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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index a232295..27c3e83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 #
 .*
 *.o
+*.o.*
 *.a
 *.s
 *.ko
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to