public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: add *.bz2 and *.cpio to top-level; clean up usr/
@ 2009-06-20 20:52 H. Peter Anvin
  2009-06-21  7:32 ` Jaswinder Singh Rajput
  0 siblings, 1 reply; 14+ messages in thread
From: H. Peter Anvin @ 2009-06-20 20:52 UTC (permalink / raw)
  To: Linus Torvalds, Sam Ravnborg; +Cc: Linux Kernel Mailing List

Add *.bz2 and *.cpio to the top-level gitignore file, for consistency
with *.gz and *.lzma which are already there.  Remove specific rules
in usr/gitignore, since they are now covered by the global rules.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
---
 .gitignore     |    2 ++
 usr/.gitignore |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index cecb3b0..a909275 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,8 @@
 *.order
 *.elf
 *.bin
+*.cpio
+*.bz2
 *.gz
 *.lzma
 *.patch
diff --git a/usr/.gitignore b/usr/.gitignore
index 69b2e89..4d7d9f4 100644
--- a/usr/.gitignore
+++ b/usr/.gitignore
@@ -2,7 +2,5 @@
 # Generated files
 #
 gen_init_cpio
-initramfs_data.cpio
-initramfs_data.cpio.gz
 initramfs_list
 include
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-06-30  1:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 20:52 [PATCH] gitignore: add *.bz2 and *.cpio to top-level; clean up usr/ H. Peter Anvin
2009-06-21  7:32 ` Jaswinder Singh Rajput
2009-06-26 22:21   ` Sam Ravnborg
2009-06-26 22:23     ` H. Peter Anvin
2009-06-26 22:43       ` Sam Ravnborg
2009-06-26 22:51         ` H. Peter Anvin
2009-06-27  7:47           ` Sam Ravnborg
2009-06-27  8:41             ` Jaswinder Singh Rajput
2009-06-30  1:30             ` H. Peter Anvin
2009-06-26 22:30     ` H. Peter Anvin
2009-06-26 22:31     ` Jaswinder Singh Rajput
2009-06-26 22:46       ` Sam Ravnborg
2009-06-26 22:51         ` Jaswinder Singh Rajput
2009-06-26 22:26   ` Jaswinder Singh Rajput

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox