[PATCH] gitignore: add *.bz2 and *.cpio to top-level; clean up usr/

From: H. Peter Anvin
Date: Sat Jun 20 2009 - 16:57:02 EST


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@xxxxxxxxx>
Cc: Sam Ravnborg <sam@xxxxxxxxxxxx>
---
.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

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