summaryrefslogtreecommitdiff
path: root/.clang-ignore
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07clang-ignore: remove unneeded filePatrick Williams1-1/+0
openbmc-build-scripts by default uses git-ls-files and so does meson. There is no reason to add untracked files into the .clang-ignore. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie308bf5d8d18eadcfe8f4943b467f4f61a92f289
2020-10-09Check in .clang-ignoreEd Tanous1-0/+1
The CI format-code.sh script uses a .clang-ignore to determine which libraries are vendored. Add a script for bmcweb that allows skipping our subprojects directory. Tested: No code changed. Devtool only. Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ice67a678c93062c2ae1fa11719d4372117df6e46