mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/5] .gitignore: match ncscope.out
@ 2015-01-13  7:22 Masahiro Yamada
  2015-01-13  7:22 ` [PATCH 2/5] gitignore: Add GNU GLOBAL files to top .gitignore Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Masahiro Yamada @ 2015-01-13  7:22 UTC (permalink / raw)
  To: barebox; +Cc: Jike Song

From: Jike Song <albcamus@gmail.com>

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>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
[ imported from Linux Kernel, commit 9723c046bd59 ]
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 03c5e20..b6d1b67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,7 @@ series
 
 # cscope files
 cscope.*
+ncscope.*
 
 # patches
 *.patch
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-01-13  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13  7:22 [PATCH 1/5] .gitignore: match ncscope.out Masahiro Yamada
2015-01-13  7:22 ` [PATCH 2/5] gitignore: Add GNU GLOBAL files to top .gitignore Masahiro Yamada
2015-01-13  7:22 ` [PATCH 3/5] gitignore: add all.config Masahiro Yamada
2015-01-13  7:22 ` [PATCH 4/5] gitignore: do not ignore .mailmap Masahiro Yamada
2015-01-13  7:22 ` [PATCH 5/5] gitignore: remove bogus ignore patterns Masahiro Yamada

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