forked from llvm/circt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (46 loc) · 721 Bytes
/
.gitignore
File metadata and controls
50 lines (46 loc) · 721 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
/build*
/install*
/docker_build
tags
TAGS
.vscode
.idea
compile_commands.json
.cache/
#*
*~
.DS_Store
__pycache__
lit.site.cfg.py
# Pip artifacts
/lib/Bindings/Python/build
*.egg-info
*.whl
# Verilator build artifacts
obj_dir/
# External software
/ext
# LLVM subprojects not needed for CIRCT
# NOTE: This is not necessary as they are in a submodule, but this helps
# optimize LLM context indexing.
/llvm/bolt
/llvm/clang-tools-extra
/llvm/compiler-rt
/llvm/cross-project-tests
/llvm/flang
/llvm/flang-rt
/llvm/libc
/llvm/libclc
/llvm/libcxx
/llvm/libcxxabi
/llvm/libsycl
/llvm/libunwind
/llvm/lld
/llvm/lldb
/llvm/llvm-libgcc
/llvm/offload
/llvm/openmp
/llvm/orc-rt
/llvm/polly
/llvm/runtimes
/llvm/third-party