-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (61 loc) · 860 Bytes
/
.gitignore
File metadata and controls
61 lines (61 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES.
# All rights reserved.
# SPDX-License-Identifier: Apache-2.0
*~
\#*#
*/typestubs/*
.#*
.DS_Store
*.a
*.d
*.o
*.so
*.gz
*.gcno
*.gcda
*.gcov
*.fluid
*.pyc
*.swp
*.log
*.bbl
*.blg
*.aux
*.json
*.dylib
install_info.py
/dist
/build*/
build*/
/legion
/install*
_skbuild/
config.mk
/docs/legate/build
docs/legate/source/api/python/generated/
docs/legate/source/api/cpp/generated
docs/legate/source/generated/
*.egg-info
.cache
.coverage*
.vscode
_cmake_test_compile
!cmake/versions.json
!scripts/maint/renovate.json5
legate.code-workspace
*.prof
examples/cpp/build
tests/cpp/build
.legate-test-last-failed
out/
.artifacts/
venv/
!cmake/presets/*.json
!CMakePresets.json
arch-*
configure.log
reconfigure-*
*-arch
*_venv
_version.py
scripts/get_legate_arch\.py