The patch titled
Add cscope generated files to .gitignore
has been removed from the -mm tree. Its filename was
add-cscope-generated-files-to-gitignore.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: Add cscope generated files to .gitignore
From: Tobias Klauser <[EMAIL PROTECTED]>
Ignore files generated by 'make cscope'
Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff -puN .gitignore~add-cscope-generated-files-to-gitignore .gitignore
--- a/.gitignore~add-cscope-generated-files-to-gitignore
+++ a/.gitignore
@@ -42,3 +42,6 @@ patches-*
# quilt's files
patches
series
+
+# cscope files
+cscope.*
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html