Skip to content

Commit

Permalink
.gitignore: ignore *.lz4 files
Browse files Browse the repository at this point in the history
Now that lz4 kernel compression is available, add *.lz4 to .gitignore.

Signed-off-by: Markus Trippelsdorf <[email protected]>
Acked-by: Kyungsik Lee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Markus Trippelsdorf authored and torvalds committed Jul 31, 2013
1 parent 5c4a97d commit 4e50529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ modules.builtin
*.bz2
*.lzma
*.xz
*.lz4
*.lzo
*.patch
*.gcno
Expand Down

0 comments on commit 4e50529

Please sign in to comment.