summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a57e673c7e08f8f905af49f27997e8ceec7a7689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Kernel UAPI Files
/uapi

# CMake Build Files
/build
/.cache

# Various IDEs
/.zed
/.vscode

# LSPs, etc.
/.clangd
/.ccls