summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-05-18 10:44:38 +0200
committerPancakeTAS <pancake@mgnet.work>2026-05-18 10:44:38 +0200
commit26e1631e4191bf8ec0a33a63327807686e78cbc0 (patch)
tree6c064d732035975c6ce696139fcb1693a9e1171b /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
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