diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | test/.gitignore | 2 |
2 files changed, 10 insertions, 0 deletions
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/ |