- gitignore-add-miscellaneous-files.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     .gitignore: add miscellaneous files
has been removed from the -mm tree.  Its filename was
     gitignore-add-miscellaneous-files.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: .gitignore: add miscellaneous files
From: Franck Bui-Huu <fbuihuu@xxxxxxxxx>

Prevent git from reporting this useless status:

	On branch refs/heads/master
	Untracked files:
	  (use "git add" to add to commit)

	      TAGS
	      scripts/kconfig/lkc_defs.h
	      scripts/kconfig/qconf.moc
	nothing to commit

Signed-off-by: Franck Bui-Huu <fbuihuu@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 .gitignore                 |    1 +
 scripts/kconfig/.gitignore |    2 ++
 2 files changed, 3 insertions(+)

diff -puN .gitignore~gitignore-add-miscellaneous-files .gitignore
--- a/.gitignore~gitignore-add-miscellaneous-files
+++ a/.gitignore
@@ -20,6 +20,7 @@
 # Top-level generic files
 #
 tags
+TAGS
 vmlinux*
 System.map
 Module.symvers
diff -puN scripts/kconfig/.gitignore~gitignore-add-miscellaneous-files scripts/kconfig/.gitignore
--- a/scripts/kconfig/.gitignore~gitignore-add-miscellaneous-files
+++ a/scripts/kconfig/.gitignore
@@ -6,6 +6,8 @@ lex.*.c
 *.tab.c
 *.tab.h
 zconf.hash.c
+*.moc
+lkc_defs.h
 
 #
 # configuration programs
_

Patches currently in -mm which might be from fbuihuu@xxxxxxxxx are

origin.patch
git-mips.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux