From: mrostecki@opensuse.org
To: unlisted-recipients:; (no To-header on input)
Cc: Michal Rostecki <mrostecki@opensuse.org>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>,
Yonghong Song <yhs@fb.com>,
netdev@vger.kernel.org, bpf@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] bpf, libbpf: Add .so files to gitignore
Date: Tue, 30 Apr 2019 18:25:01 +0200 [thread overview]
Message-ID: <20190430162501.13256-1-mrostecki@opensuse.org> (raw)
From: Michal Rostecki <mrostecki@opensuse.org>
This change adds libbpf shared libraries to .gitignore which were
previously not included there.
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
---
tools/lib/bpf/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index 7d9e182a1f51..0b181b23f97d 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -1,4 +1,5 @@
libbpf_version.h
libbpf.pc
+libbpf.so.0*
FEATURE-DUMP.libbpf
test_libbpf
--
2.21.0
next reply other threads:[~2019-04-30 16:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-30 16:25 mrostecki [this message]
2019-04-30 17:27 ` [PATCH] bpf, libbpf: Add .so files to gitignore Michal Rostecki
2019-04-30 21:08 ` Y Song
2019-05-02 8:12 ` Michal Rostecki
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=20190430162501.13256-1-mrostecki@opensuse.org \
--to=mrostecki@opensuse.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=kafai@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=songliubraving@fb.com \
--cc=yhs@fb.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 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 NNTP newsgroup(s).