diff mbox series

[slirp] maint: Add .gitignore

Message ID 20190507143727.15640-1-eblake@redhat.com
State New
Headers show
Series [slirp] maint: Add .gitignore | expand

Commit Message

Eric Blake May 7, 2019, 2:37 p.m. UTC
Ignore build artifacts during an in-tree build.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

Sadly, libslirp includes no README (yet), and
https://gitlab.freedesktop.org/slirp (mentioned in qemu commit
7c47bdd8) does not seem to call out any slirp-specific mailing list
which should be cc'd for this patch.  I'd recommend that libslirp add
some documentation (both to a README file present in a git checkout,
and to the project web page), to make it friendlier to drive-by
emailed patch contributions.

 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

Comments

Marc-André Lureau May 7, 2019, 3:57 p.m. UTC | #1
Hi

On Tue, May 7, 2019 at 4:37 PM Eric Blake <eblake@redhat.com> wrote:
>
> Ignore build artifacts during an in-tree build.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> Sadly, libslirp includes no README (yet), and
> https://gitlab.freedesktop.org/slirp (mentioned in qemu commit
> 7c47bdd8) does not seem to call out any slirp-specific mailing list
> which should be cc'd for this patch.  I'd recommend that libslirp add
> some documentation (both to a README file present in a git checkout,
> and to the project web page), to make it friendlier to drive-by
> emailed patch contributions.

I started one, see:
https://gitlab.freedesktop.org/slirp/libslirp/merge_requests/7

thanks

>
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..daded16
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,4 @@
> +*.a
> +*.d
> +*.o
> +/src/libslirp-version.h
> --
> 2.20.1
>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..daded16
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@ 
+*.a
+*.d
+*.o
+/src/libslirp-version.h