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 --- test/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/.gitignore (limited to 'test/.gitignore') 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/ -- cgit v1.2.3