From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH] Add basic .gitignore files Date: Tue, 17 May 2022 14:35:36 +0200 Message-ID: <20220517123536.1892235-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2884845053499165966==" --===============2884845053499165966== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: David Gibson Ignore various files generated during build or test. Signed-off-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/ -- 2.35.1 --===============2884845053499165966==--