From d3e842afc07ae1011539bff4e451ab92a4618e39 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 11 May 2022 17:02:51 +1000 Subject: Add basic .gitignore files Ignore various files generated during build or test. Reviewed-by: David Gibson Signed-off-by: David Gibson --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.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 -- cgit v1.2.3