# 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/
.vs/
.cproject
.project
.settings/*
out/
/tmp
/b.bat
CMakeSettings.json
