The patch titled
     Add cscope generated files to .gitignore
has been added to the -mm tree.  Its filename is
     add-cscope-generated-files-to-gitignore.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
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 files 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

add-cscope-generated-files-to-gitignore.patch
git-alsa.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

Reply via email to