-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (38 loc) · 749 Bytes
/
.gitignore
File metadata and controls
51 lines (38 loc) · 749 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
# Copyright 2022 VMware, Inc.
# SPDX-License-Identifier: Apache-2
__pycache__
*.pyc
.idea
*.un~
venv
# These can be created when builds run
/build
/download
/toolchain
/logs
/src
docs/build
/relenv/_build/*
!/relenv/_build/README
/relenv/_download
/relenv/_toolchain/*
!/relenv/_toolchain/x86_64
!/relenv/_toolchain/x86_64/*-ct-ng.config
!/relenv/_toolchain/aarch64
!/relenv/_toolchain/aarch64/*-ct-ng.config
!/relenv/_toolchain/README
# Default log location for `relenv build`
/relenv/_logs
# Default location for sources downloaded by `relenv build`
/relenv/_src
# Location of native python used when cross compiling builds
/relenv/_native
relenv.egg-info
relok8.py
# pyenv
.python-version
# nox
.nox
artifacts
# neovim temp files
*~