From 540b7b3dfdf71d1833f72870b526e686db29abb6 Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Wed, 6 Dec 2017 19:26:09 +0100 Subject: [PATCH] gitignore: ignore libnm-core/tests/test-setting We now have merged in libnm-core/tests/test-setting test file the test files for 8021x, bond and dcb... add the new test file to .gitignore and remove the old ones. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c68d11f516..05010072d1 100644 --- a/.gitignore +++ b/.gitignore @@ -155,9 +155,7 @@ test-*.trs /libnm-core/tests/test-keyfile /libnm-core/tests/test-need-secrets /libnm-core/tests/test-secrets -/libnm-core/tests/test-setting-8021x -/libnm-core/tests/test-setting-bond -/libnm-core/tests/test-setting-dcb +/libnm-core/tests/test-setting /libnm-core/nm-dbus-types.xml /libnm-core/nm-vpn-dbus-types.xml