From 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:31:51 +0200 Subject: git: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/git/ignore | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.config/git/ignore') diff --git a/.config/git/ignore b/.config/git/ignore index 9a4c0d2..33b0186 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -47,3 +47,14 @@ bower_components # personal stuff .todo.md .org.md + +# clangd +.cache/ + +# cargo +target/debug/build/ +target/release/build/ + +# zig +zig-out/ +.zig-cache/ -- cgit 1.4.1