# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

# Exlude build paths (local and remote)
/*build*
/*remote*

# Doc build folder
doc/build
doc/doxygen_html

# Exlude html documentation generated by doxygen
doc/html/*

# Exclude IDE projects
.idea/
.vscode/
