From 60be144e45da5156fa66d23edeb29f9d948a816a Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 7 Mar 2017 07:48:37 +0100 Subject: [PATCH] gitignore: Add parallel-vm.log Ignore parallel-vm.log regardless of where in the tree it was created. Signed-off-by: Johannes Berg --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e72c8b90c..38a099cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ wlantest/libwlantest.a wlantest/test_vectors wlantest/wlantest wlantest/wlantest_cli +**/parallel-vm.log