All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas De Marchi <lucas.de.marchi@gmail.com>
To: linux-modules@vger.kernel.org
Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
Subject: [PATCH 4/4] gitignore: Ignore *.pc files
Date: Fri,  2 Feb 2024 13:08:23 -0600	[thread overview]
Message-ID: <20240202190823.418148-5-lucas.de.marchi@gmail.com> (raw)
In-Reply-To: <20240202190823.418148-1-lucas.de.marchi@gmail.com>

tools/kmod.pc is generated by build system. Any new *.pc we may have
should follow a similar approach. So, just ignore from git, like we do
for e.g. *.o.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index cad86ea..29b3102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.o
 *.gcda
 *.gcno
+*.pc
 /*.tar.xz
 /*.md5sum
 /*.mbx
-- 
2.43.0


      parent reply	other threads:[~2024-02-02 19:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02 19:08 [PATCH 0/4] Drop what's not maintained Lucas De Marchi
2024-02-02 19:08 ` [PATCH 1/4] Drop python bindings Lucas De Marchi
2024-02-02 19:08 ` [PATCH 2/4] ci: drop travis config Lucas De Marchi
2024-02-06 17:58   ` Luis Chamberlain
2024-02-07  5:08     ` Lucas De Marchi
2024-02-02 19:08 ` [PATCH 3/4] testsuite: drop mkosi Lucas De Marchi
2024-02-02 19:08 ` Lucas De Marchi [this message]

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=20240202190823.418148-5-lucas.de.marchi@gmail.com \
    --to=lucas.de.marchi@gmail.com \
    --cc=linux-modules@vger.kernel.org \
    /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.