.gitignore: ignore *.lzo files

Previous thread: markup_oops.pl: minor fixes by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)

Next thread: add random binaries to .gitignore by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 10:00 am. (1 message)
From: Linux Kernel Mailing List
Date: Tuesday, June 1, 2010 - 10:00 am

Gitweb:     http://git.kernel.org/linus/52b80025ebaa992688959b4cb2cd86c7e805b70f
Commit:     52b80025ebaa992688959b4cb2cd86c7e805b70f
Parent:     1dcd81002453f9f22c6c4fd6c3c7d8f1c7c891fa
Author:     Philipp Kohlbecher <xt28@gmx.de>
AuthorDate: Wed Mar 17 19:52:12 2010 +0100
Committer:  Michal Marek <mmarek@suse.cz>
CommitDate: Tue Mar 23 12:28:27 2010 +0100

    .gitignore: ignore *.lzo files
    
    Ignore files compressed with lzop.
    
    Signed-off-by: Philipp Kohlbecher <xt28@gmx.de>
    Signed-off-by: Michal Marek <mmarek@suse.cz>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index de6344e..0a5cf70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ modules.builtin
 *.gz
 *.bz2
 *.lzma
+*.lzo
 *.patch
 *.gcno
 
--

Previous thread: markup_oops.pl: minor fixes by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)

Next thread: add random binaries to .gitignore by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 10:00 am. (1 message)