From bcd28951a420b0ace1926e6ddb1889bf02142d46 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 7 Jan 2016 17:49:14 +0100 Subject: [PATCH] gitignore: ignore "include/" directory When switching between "nm-1-0" branch and "master", it is common to have a left-over "include/" directory with build artifacts. Add it to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6c22aebed..3a90bf654c 100644 --- a/.gitignore +++ b/.gitignore @@ -273,6 +273,7 @@ test-*.trs # but they were on older versions. Thus keep ignoring them # otherwise when switching branches these untracked files show # up. +/include/ /initscript/Slackware/rc.networkmanager /initscript/*/[Nn]etwork[Mm]anager /src/settings/plugins/ifnet/tests/check_ifnet