From 26e1631e4191bf8ec0a33a63327807686e78cbc0 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Mon, 18 May 2026 10:44:38 +0200 Subject: Initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.3.1