diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-05-18 10:44:38 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-05-18 10:44:38 +0200 |
| commit | 26e1631e4191bf8ec0a33a63327807686e78cbc0 (patch) | |
| tree | 6c064d732035975c6ce696139fcb1693a9e1171b /.gitignore | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a57e673 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Kernel UAPI Files +/uapi + +# CMake Build Files +/build +/.cache + +# Various IDEs +/.zed +/.vscode + +# LSPs, etc. +/.clangd +/.ccls |
