diff options
author | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2021-02-12 12:16:35 +0100 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2021-02-12 12:30:19 +0100 |
commit | acd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2 (patch) | |
tree | 26f360485d4ffd060d804296ffe338e60f7cf69e /.gitignore | |
parent | ae40b99f4053e2cedfad6a5f69b9cb75051f68d2 (diff) | |
download | crosstool-ng-acd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2.tar.gz crosstool-ng-acd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2.tar.bz2 crosstool-ng-acd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2.zip |
git: ignore toplevel created include/ directory
The kconfig update has pulled in a change creating a top level include/
directory, ignore this from git perspective to avoid mis-committing.
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ config/gen/ config/versions/ .config .config.* +include/ verbatim-data.mk maintainer/package-versions |