[PATCH] Add basic .gitignore files
From: David Gibson
On Tue, May 17, 2022 at 02:35:36PM +0200, Stefano Brivio wrote:
From: David Gibson
Ignore various files generated during build or test.
Signed-off-by: David Gibson
Reviewed-by: David Gibson
--- .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
participants (2)
-
David Gibson
-
Stefano Brivio