Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1728212 > unrolled thread

[PATCH] f2fs-tools: add cscope files to .gitignore

Started byYunlong Song <yunlong.song@huawei.com>
First post2017-09-07 15:10 +0200
Last post2017-09-07 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] f2fs-tools: add cscope files to .gitignore Yunlong Song <yunlong.song@huawei.com> - 2017-09-07 15:10 +0200

#1728212 — [PATCH] f2fs-tools: add cscope files to .gitignore

FromYunlong Song <yunlong.song@huawei.com>
Date2017-09-07 15:10 +0200
Subject[PATCH] f2fs-tools: add cscope files to .gitignore
Message-ID<un4Jc-km-15@gated-at.bofh.it>
Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index abe1336..d5ca55d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,7 @@ stamp-h1
 /tools/fibmap.f2fs
 /tools/parse.f2fs
 /tools/f2fscrypt
+
+# cscope files
+cscope.*
+ncscope.*
-- 
1.8.5.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web