diff options
author | Thomas Haller <thaller@redhat.com> | 2016-01-07 17:49:14 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-01-07 17:49:38 +0100 |
commit | bcd28951a420b0ace1926e6ddb1889bf02142d46 (patch) | |
tree | 12b6ada3bac7f253490547df7038a5a1270d96fc /.gitignore | |
parent | 39d6976e89e97249cda9a2d915bc399541ee9d46 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6c22aebe..3a90bf654 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 |