[PATCH] Add cscope generated files to .gitignore

From: Tobias Klauser
Date: Wed Dec 13 2006 - 08:56:32 EST


Ignore files generated by 'make cscope'

Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx>

---
.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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/