diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-05-11 17:02:51 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-05-19 15:24:09 +0200 |
commit | d3e842afc07ae1011539bff4e451ab92a4618e39 (patch) | |
tree | ee61cd373c9a5b524bf7d70d94b349f25c92312e /test | |
parent | b164d257a10c501d65ac0359381dfef38f54d623 (diff) | |
download | passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar.gz passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar.bz2 passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar.lz passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar.xz passt-d3e842afc07ae1011539bff4e451ab92a4618e39.tar.zst passt-d3e842afc07ae1011539bff4e451ab92a4618e39.zip |
Add basic .gitignore files
Ignore various files generated during build or test.
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |