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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
