diff options
author | Thomas Haller <thaller@redhat.com> | 2017-12-08 08:44:55 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-12-08 08:45:51 +0100 |
commit | d5d4911b58a6344f48b5acc74f21e12922d33cbe (patch) | |
tree | 5559c799ca09fb61f03bf159f16c2f2f27f5c300 /.gitignore | |
parent | 1b8ae8396765d11f94eea452004cef789ba23f7b (diff) | |
download | NetworkManager-d5d4911b58a6344f48b5acc74f21e12922d33cbe.tar.gz |
gitignore: readd removed libnm-core/tests/test-setting* programs
Although removed, they show up whenever switching to an
old branch. Keep ignoring them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05010072d1..0f26138c15 100644 --- a/.gitignore +++ b/.gitignore @@ -308,3 +308,6 @@ test-*.trs /libnm/nm-setting-docs.xml /libnm/nm-setting-docs-overrides.xml /clients/cli/settings-docs.c +/libnm-core/tests/test-setting-8021x +/libnm-core/tests/test-setting-bond +/libnm-core/tests/test-setting-dcb |