From: Philipp Kohlbecher <xt28@gmx.de> To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] .gitignore: ignore *.lzo files Date: Wed, 17 Mar 2010 19:52:12 +0100 [thread overview] Message-ID: <4BA124DC.2070701@gmx.de> (raw) Ignore files compressed with lzop. Signed-off-by: Philipp Kohlbecher <xt28@gmx.de> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a2939fc..8faa6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ modules.builtin *.gz *.bz2 *.lzma +*.lzo *.patch *.gcno -- 1.7.0.2
next reply other threads:[~2010-03-17 18:52 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2010-03-17 18:52 Philipp Kohlbecher [this message] 2010-03-23 11:34 ` Michal Marek
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=4BA124DC.2070701@gmx.de \ --to=xt28@gmx.de \ --cc=linux-kbuild@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --subject='Re: [PATCH] .gitignore: ignore *.lzo files' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.