Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c6025f4c8bbe147b8773f04ce5a7d2ca7f4a6a5c
Commit:     c6025f4c8bbe147b8773f04ce5a7d2ca7f4a6a5c
Parent:     0484f1299fb504d57f388e5cdaba85ed59f32ca0
Author:     Sam Ravnborg <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 31 14:26:12 2007 +0100
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 23:14:36 2008 +0100

    kbuild: ignore *.order files
    
    Introducing the new modules.order patch created a number
    of additional files. Teach git to ignore them.
    
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
    Acked-by: Tejun Heo <[EMAIL PROTECTED]>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8d14531..8363e48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 *.i
 *.lst
 *.symtypes
+*.order
 
 #
 # Top-level generic files
-
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