From ed80e5df8c718fc2321904db1b81604d1ed33444 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 3 May 2025 14:59:49 -0700 Subject: suckless --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d68a5b..3b3cf87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,30 @@ /home/black/Dev/dotfiles/config/nvim/lazy-lock.json + + +# Compiled bytes +*.o +*.a +*.so +*.class +*.jar +*.pyc +*.pyo + +# System +*.log +*.tmp +*.out +*.swp +*.orig +*.bak +*.rej + +# Dirs +patches/* +*/.git/ +**/.git/ + +# Sensitive +.env +*.gpg +*.asc -- cgit v1.2.3