diff options
| author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-18 15:49:21 -0400 |
|---|---|---|
| committer | Sam Ravnborg <sam@ravnborg.org> | 2009-09-20 06:27:42 -0400 |
| commit | 78074cfc6e5054d736a2adb144c0e0dcc301c14a (patch) | |
| tree | 5d235dd24ee6b6b9808b92c791c0fa4f69463370 /usr | |
| parent | d79a27195a33f4b5e591de5536799ad874ea6cf5 (diff) | |
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')
| -rw-r--r-- | usr/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/.gitignore b/usr/.gitignore index 69b2e89fa16..8e48117a3f3 100644 --- a/usr/.gitignore +++ b/usr/.gitignore | |||
| @@ -4,5 +4,7 @@ | |||
| 4 | gen_init_cpio | 4 | gen_init_cpio |
| 5 | initramfs_data.cpio | 5 | initramfs_data.cpio |
| 6 | initramfs_data.cpio.gz | 6 | initramfs_data.cpio.gz |
| 7 | initramfs_data.cpio.bz2 | ||
| 8 | initramfs_data.cpio.lzma | ||
| 7 | initramfs_list | 9 | initramfs_list |
| 8 | include | 10 | include |
