From 4b9dc30988837861631bb59e4ef18e5a843bb9be Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 27 Aug 2014 17:24:23 +0200 Subject: [PATCH] gitignore: ignore /libgsystem/ When switching to and fro old branches, you end up with the (now removed) libgsystem submodule. As `git clean -fd` refuses to remove git-repositories, this is especially annoying. Tell git to ignore it. Signed-off-by: Thomas Haller --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 819ca350bc..ca36160d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -134,6 +134,8 @@ valgrind-*.log /introspection/all.xml +/libgsystem/ + /libnm-core/nm-version.h /libnm-core/tests/test-crypto /libnm-core/tests/test-settings-defaults