diff options
| author | Gertjan van Wingerde <gwingerde@gmail.com> | 2009-11-24 06:34:03 +0100 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-11-30 08:39:36 -0800 | 
| commit | e3a41d7b99e7f97d9a50bec2a8f4eb237ce1d504 (patch) | |
| tree | 6c50ca82bdbcc3fc0fcca92856964d6b995f7575 /.gitignore | |
| parent | 33a932d14323b957a4e17a6c8428d3f048a30822 (diff) | |
| download | linux-e3a41d7b99e7f97d9a50bec2a8f4eb237ce1d504.tar.bz2 | |
.gitignore: Add bzip2 compressed files
We can have bzip2 compressed images nowadays.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index b93fb7eff942..946c7ec5c922 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@  *.elf  *.bin  *.gz +*.bz2  *.lzma  *.patch  *.gcno |