* [PATCH] Add basic .gitignore files
@ 2022-05-17 12:35 Stefano Brivio
2022-05-19 4:13 ` David Gibson
0 siblings, 1 reply; 2+ messages in thread
From: Stefano Brivio @ 2022-05-17 12:35 UTC (permalink / raw)
To: passt-dev
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
From: David Gibson <david(a)gibson.dropbear.id.au>
Ignore various files generated during build or test.
Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>
---
.gitignore | 8 ++++++++
test/.gitignore | 2 ++
2 files changed, 10 insertions(+)
create mode 100644 .gitignore
create mode 100644 test/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89d9919
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*~
+/passt
+/passt.avx2
+/pasta
+/pasta.avx2
+/qrap
+/pasta.1
+/seccomp.h
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..edb2221
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,2 @@
+perf.js
+test_logs/
--
@@ -0,0 +1,2 @@
+perf.js
+test_logs/
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add basic .gitignore files
2022-05-17 12:35 [PATCH] Add basic .gitignore files Stefano Brivio
@ 2022-05-19 4:13 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2022-05-19 4:13 UTC (permalink / raw)
To: passt-dev
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
On Tue, May 17, 2022 at 02:35:36PM +0200, Stefano Brivio wrote:
> From: David Gibson <david(a)gibson.dropbear.id.au>
>
> Ignore various files generated during build or test.
>
> Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>
Reviewed-by: David Gibson <david(a)gibson.dropbear.id.au>
> ---
> .gitignore | 8 ++++++++
> test/.gitignore | 2 ++
> 2 files changed, 10 insertions(+)
> create mode 100644 .gitignore
> create mode 100644 test/.gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..89d9919
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,8 @@
> +*~
> +/passt
> +/passt.avx2
> +/pasta
> +/pasta.avx2
> +/qrap
> +/pasta.1
> +/seccomp.h
> diff --git a/test/.gitignore b/test/.gitignore
> new file mode 100644
> index 0000000..edb2221
> --- /dev/null
> +++ b/test/.gitignore
> @@ -0,0 +1,2 @@
> +perf.js
> +test_logs/
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-19 4:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 12:35 [PATCH] Add basic .gitignore files Stefano Brivio
2022-05-19 4:13 ` David Gibson
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
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 IMAP folder(s).