All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang via Linux-erofs <linux-erofs@lists.ozlabs.org>
To: linux-erofs@lists.ozlabs.org
Subject: [PATCH] erofs-utils: update .gitignore
Date: Wed,  2 Dec 2020 17:53:45 +0800	[thread overview]
Message-ID: <20201202095345.10485-1-hsiangkao@aol.com> (raw)
In-Reply-To: 20201202095345.10485-1-hsiangkao.ref@aol.com

Add more extensions to .gitignore.

Signed-off-by: Gao Xiang <hsiangkao@aol.com>
---
 .gitignore | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3a39a1e82e55..8bdd50518074 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,16 @@
 .*
 *~
+*.[ao]
 *.diff
-*.o
 *.la
-*.a
+*.lo
+*.mod.c
+*.orig
 *.patch
 *.rej
+*.so
+*.so.dbg
+*.tar.*
 
 #
 # Generated files
-- 
2.24.0


       reply	other threads:[~2020-12-02  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201202095345.10485-1-hsiangkao.ref@aol.com>
2020-12-02  9:53 ` Gao Xiang via Linux-erofs [this message]
2020-12-05  7:37   ` [PATCH] erofs-utils: update .gitignore Li GuiFu via Linux-erofs

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=20201202095345.10485-1-hsiangkao@aol.com \
    --to=linux-erofs@lists.ozlabs.org \
    --cc=hsiangkao@aol.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.