Ignore build artifacts during an in-tree build.

Signed-off-by: Eric Blake <[email protected]>
---

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


Reply via email to