Util-Linux Archive mirror
 help / color / mirror / Atom feed
From: Enze Li <lienze@kylinos.cn>
To: util-linux@vger.kernel.org
Subject: [PATCH] build-sys: add enosys and syscalls.h to gitignore
Date: Tue, 23 May 2023 15:43:10 +0800	[thread overview]
Message-ID: <20230523074310.371267-1-lienze@kylinos.cn> (raw)

After compiling enosys, the syscalls.h file and the executable enosys are
generated, let's add these two files to the .gitignore file.

Signed-off-by: Enze Li <lienze@kylinos.cn>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3e2164420..9f4b38407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,6 +68,7 @@ GPATH
 GRTAGS
 GTAGS
 GSYMS
+syscalls.h
 
 #
 # binaries
@@ -95,6 +96,7 @@ GSYMS
 /delpart
 /dmesg
 /eject
+/enosys
 /fadvise
 /fallocate
 /fdformat

base-commit: fe0b1e793c9017edba72768e2e0b4c769c204604
-- 
2.34.1


                 reply	other threads:[~2023-05-23  7:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230523074310.371267-1-lienze@kylinos.cn \
    --to=lienze@kylinos.cn \
    --cc=util-linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).