-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (33 loc) · 628 Bytes
/
.gitignore
File metadata and controls
46 lines (33 loc) · 628 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
# identity files
.gitconfig
# Local out-of-tree build directories
build/
build_*/
build-*/
!docs/site/build/
# User-local CMake presets
CMakeUserPresets.json
# result directories
results/
# CMake ctest directoreis
Testing
# CLion IDE config caches
.idea
cmake-build-debug
# coverall.io token
.coveralls.yml
# VS IDE config caches
.vs
# VSCode IDE config caches
.vscode
# KDE IDE config caches
.kdev4
*.kdev4
# Log files
*.log
# MacOS Desktop Services Store files
.DS_Store
# Temporary Dockerfiles from seccomp workaround builds
docker/.Dockerfile.*.tmp
# Claude Code user-local settings
.claude/settings.local.json