diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-18 23:49:21 +0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-09-20 14:27:42 +0400 |
commit | 78074cfc6e5054d736a2adb144c0e0dcc301c14a (patch) | |
tree | 5d235dd24ee6b6b9808b92c791c0fa4f69463370 /usr/.gitignore | |
parent | d79a27195a33f4b5e591de5536799ad874ea6cf5 (diff) | |
download | linux-78074cfc6e5054d736a2adb144c0e0dcc301c14a.tar.xz |
gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma are binary
files should be ignored
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'usr/.gitignore')
-rw-r--r-- | usr/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/.gitignore b/usr/.gitignore index 69b2e89fa165..8e48117a3f3d 100644 --- a/usr/.gitignore +++ b/usr/.gitignore @@ -4,5 +4,7 @@ gen_init_cpio initramfs_data.cpio initramfs_data.cpio.gz +initramfs_data.cpio.bz2 +initramfs_data.cpio.lzma initramfs_list include |