File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
66# You can add an exception file
7- grep -v -E -e ' \src\uthash' -e ' benchmark/ubench.h' -e ' include/umf/proxy_lib_new_delete.h' -e ' scripts/docs_config/conf.py' -e ' src/uthash/utlist.h'
7+ grep -v -E -e ' \src\uthash' \
8+ -e ' benchmark/ubench.h' \
9+ -e ' include/umf/proxy_lib_new_delete.h' \
10+ -e ' scripts/docs_config/conf.py' \
11+ -e ' src/uthash/utlist.h' \
12+ -e ' \.md$' \
13+ -e ' \.clang-format$' \
14+ -e ' \.cmake-format$' \
15+ -e ' CODEOWNERS$' \
16+ -e ' \.ym$'
Original file line number Diff line number Diff line change 1- # Copyright (C) 2023-2024 Intel Corporation
2- # Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3- # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
51# Configuration file for the Sphinx documentation builder.
62#
73# This file only contains a selection of the most common options. For a full
You can’t perform that action at this time.
0 commit comments