public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [.gitignore] match ncscope.out
@ 2008-05-22  1:23 Jike Song
  2008-05-21  6:29 ` Jianjun Kong
  2008-05-21 20:47 ` Jan Engelhardt
  0 siblings, 2 replies; 5+ messages in thread
From: Jike Song @ 2008-05-22  1:23 UTC (permalink / raw)
  To: sam; +Cc: akpm, linux-kernel

 From e8e67fca3f9227b612a59d8afd0464222231e362 Mon Sep 17 00:00:00 2001
From: Jike Song <albcamus@gmail.com>
Date: Tue, 20 May 2008 16:15:05 +0800
Subject: [PATCH] [.gitignore] match ncscope.out

Sometimes I got this:

    $ git-status
    {snip}
    # On branch master
    # Untracked files:
    #   (use "git add <file>..." to include in what will be committed)
    #
    #       ncscope.out
    nothing added to commit but untracked files present (use "git add" 
to track)

Fix it.

Signed-off-by: Jike Song <albcamus@gmail.com>
---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 090b293..a48b1e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,7 +51,7 @@ patches
 series
 
 # cscope files
-cscope.*
+*cscope.*
 
 *.orig
 *.rej
-- 
1.5.4.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-25  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22  1:23 [PATCH] [.gitignore] match ncscope.out Jike Song
2008-05-21  6:29 ` Jianjun Kong
2008-05-21 20:47 ` Jan Engelhardt
2008-05-23  2:53   ` Jike Song
2008-05-25  7:14   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox