-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (40 loc) · 714 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (40 loc) · 714 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
# Compiled Object files
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Data files
sycl/data
# Compiled Static libraries
*.la
*.a
settings.json
# Executables
automaton
overlaydosedata
pacs_ingress
pacs_refresh
pacs_verify_filesystem_store
petct_perfusion_analysis*
rpc_example_client
rpc_example_server
# Typical build directory and artifacts.
build/
compile_commands.json
dcma_integration_testing/
# LLM build tool artifacts
build_llm/
build_conan/
.linuxbrew/
.conan/
__pycache__/
.venv/
# vim temporary files.
*.swp
# Directories with cached AppImage tooling artifacts.
appimagekit_artifacts/
linuxdeploy_artifacts/
# MXE packages used for building Docker images.
thrift-0.18.1.tar.gz
thrift.mk
.aider*