From 60f0b9111d9320964bbd20b4f950fa56faab41e7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 22 Oct 2018 13:25:17 +0200 Subject: [PATCH] gitignore: ignore "/shared/nm-utils/tests" This directory is only present on master. But it's annoying to show up as untracked files when switching branch. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 494ff707ba..cbf1f4ea2a 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,7 @@ test-*.trs /examples/C/qt/change-ipv4-addresses /shared/nm-version-macros.h +/shared/nm-utils/tests/ /introspection/org.freedesktop.NetworkManager*.[ch]