diff options
author | Francesco Giudici <fgiudici@redhat.com> | 2017-12-06 19:26:09 +0100 |
---|---|---|
committer | Francesco Giudici <fgiudici@redhat.com> | 2017-12-08 00:46:27 +0100 |
commit | 540b7b3dfdf71d1833f72870b526e686db29abb6 (patch) | |
tree | 36806b8c89e053c56555b5a99ce69abb5829b547 /.gitignore | |
parent | 9bb30f86ec7e8fc993005623eac3597d384f6e8a (diff) | |
download | NetworkManager-540b7b3dfdf71d1833f72870b526e686db29abb6.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 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 |