[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <4834CAFE.2070607@gmail.com>
Date: Thu, 22 May 2008 09:23:10 +0800
From: Jike Song <albcamus@...il.com>
To: sam@...nborg.org
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] [.gitignore] match ncscope.out
From e8e67fca3f9227b612a59d8afd0464222231e362 Mon Sep 17 00:00:00 2001
From: Jike Song <albcamus@...il.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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists