aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJack Frankland <jack.frankland@arm.com>2023-09-15 15:05:34 +0100
committerEric Kunze <eric.kunze@arm.com>2023-09-28 18:28:19 +0000
commitfbf76784f8ec9650f25d4debfd599bd095cf41c2 (patch)
treee25db2837c62ef12d125742846e6e21117dbc0b6 /.gitignore
parentaafc8508398180835781605dd9229d4a6087af1f (diff)
downloadreference_model-fbf76784f8ec9650f25d4debfd599bd095cf41c2.tar.gz
Update .gitignore files
* Ignore build-debug (this is a common sub-directory for debug builds). * Ignore .cache (this is a clangd LSP directory * Ignore compile_commands (can be generated by CMake used by LSP clients) * Update copyright date. Signed-off-by: Jack Frankland <jack.frankland@arm.com> Change-Id: I74a5bc8c03f51e2d534d4870b58d477e830f6f42
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6674c8c..e861e24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,11 @@
-# Copyright (c) 2021-2022 Arm Limited.
+# Copyright (c) 2021-2023 Arm Limited.
# SPDX-License-Identifier: Apache-2.0
__pycache__/
build/
+build-debug/
+.cache
+compile_commands.json
dist/
*.egg-info
verif/tests/test-result-*.tests.tosa_mock_sut_run.npy
@@ -10,4 +13,4 @@ verif/tests/_pytest_vtest_*
.coverage
result.xml
vtest/
-examples/*/*/out.npy \ No newline at end of file
+examples/*/*/out.npy