[PATCH] [.gitignore] match ncscope.out

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <sam@...>
Cc: <akpm@...>, <linux-kernel@...>
Date: Wednesday, May 21, 2008 - 9:23 pm

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [.gitignore] match ncscope.out, Jike Song, (Wed May 21, 9:23 pm)
Re: [PATCH] [.gitignore] match ncscope.out, Jan Engelhardt, (Wed May 21, 4:47 pm)
Re: [PATCH] [.gitignore] match ncscope.out, Sam Ravnborg, (Sun May 25, 3:14 am)
Re: [PATCH] [.gitignore] match ncscope.out, Jike Song, (Thu May 22, 10:53 pm)
Re: [PATCH] [.gitignore] match ncscope.out, Jianjun Kong, (Wed May 21, 2:29 am)