aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
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