[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061213132542.GA26178@distanz.ch>
Date: Wed, 13 Dec 2006 14:25:42 +0100
From: Tobias Klauser <tklauser@...tanz.ch>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Add cscope generated files to .gitignore
Ignore files generated by 'make cscope'
Signed-off-by: Tobias Klauser <tklauser@...tanz.ch>
---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index e1d5c17..1586b9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,6 @@ patches-*
# quilt's files
patches
series
+
+# cscope files
+cscope.*
--
1.4.3
-
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