lkml.org 
[lkml]   [2008]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] [.gitignore] match ncscope.out
 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


\
 
 \ /
  Last update: 2008-05-20 11:45    [W:0.155 / U:1.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site