-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (57 loc) · 1.04 KB
/
.gitignore
File metadata and controls
63 lines (57 loc) · 1.04 KB
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
62
63
.claude/
# Build
build*/
out/
# Compare And Check
competition/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CTestTestfile.cmake
compile_commands.json
_deps/
# Compiled objects
*.o
*.obj
*.so
*.dylib
*.a
*.lib
*.exe
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.clangd/
.cache/
# OS
.DS_Store
Thumbs.db
# Kernel build artifacts
third_party/linux/**/*.o
third_party/linux/**/*.cmd
third_party/linux/**/*.ko
third_party/linux/**/*.mod
third_party/linux/**/*.mod.c
third_party/linux/**/.*.cmd
third_party/linux/**/.*.d
third_party/linux/Module.symvers
third_party/linux/Modules.symvers
third_party/linux/System.map
third_party/linux/vmlinux
third_party/linux/arch/arm64/boot/Image
third_party/linux/arch/arm64/boot/Image.gz
third_party/linux/arch/arm/boot/zImage
third_party/linux/arch/arm/boot/Image
third_party/linux/.config
third_party/linux/.config.old
third_party/linux/include/config/
third_party/linux/include/generated/
third_party/linux/scripts/mod/
third_party/linux/tools/objtool/objtool
third_party/linux/source
third_party/linux/*.cpio