From 3d8eb6b1e0016711cf34767a258b299aa84c602a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 25 Nov 2015 11:33:24 +0100 Subject: [PATCH] gitignore: ignore ifnet/tests/check_ifnet binary This file no longer exists on master, but it is annoying when switching branches. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +