From 3cce06ca7879fa32d8ce73a0f69f96112ca90e13 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 5 Dec 2019 10:56:11 +0100 Subject: [PATCH] chore: add tests/plugin/.gitignore --- tests/plugin/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/plugin/.gitignore diff --git a/tests/plugin/.gitignore b/tests/plugin/.gitignore new file mode 100644 index 0000000000..9ce7001840 --- /dev/null +++ b/tests/plugin/.gitignore @@ -0,0 +1,3 @@ +*.c +*.o +*.so \ No newline at end of file