[Qemu-devel] [slirp PATCH] maint: Add .gitignore

Eric Blake posted 1 patch 4 years, 12 months ago
Failed in applying to current master (apply log)
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitignore
[Qemu-devel] [slirp PATCH] maint: Add .gitignore
Posted by Eric Blake 4 years, 12 months ago
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

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


Re: [Qemu-devel] [slirp PATCH] maint: Add .gitignore
Posted by Marc-André Lureau 4 years, 12 months ago
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
>