diff options
author | Thomas Haller <thaller@redhat.com> | 2015-11-25 11:33:24 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-11-25 11:59:37 +0100 |
commit | 3d8eb6b1e0016711cf34767a258b299aa84c602a (patch) | |
tree | 1561a41ae43ca32629cd93d4006e0d3ed49c3745 /.gitignore | |
parent | 123d0ba9b8c92ce00d2a0b2f98c5f329353e70d1 (diff) | |
download | NetworkManager-3d8eb6b1e0016711cf34767a258b299aa84c602a.tar.gz |
gitignore: ignore ifnet/tests/check_ifnet binary
This file no longer exists on master, but it is annoying when
switching branches.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c7993298f2..d6a956c53d 100644 --- a/.gitignore +++ b/.gitignore @@ -270,3 +270,11 @@ test-*.trs /src/tests/test-wired-defname /vapi/*.vapi + + +# The following names are no longer present on this branch, +# but they were on older versions. Thus keep ignoring them +# otherwise when switching branches these untracked files show +# up. +/src/settings/plugins/ifnet/tests/check_ifnet + |