aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.gitignore
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-01 20:06:53 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-01 20:06:53 +0200
commite2ceac32c45223a9898fbb4f882d9bad474f16d0 (patch)
treeb5f77c8ff61d682a2081681320f9b0aac7eba2c9 /linux/home/.gitignore
parentf1ffffe653a31568d94b7841b2c8c2eb33c03552 (diff)
downloaddotfiles-e2ceac32c45223a9898fbb4f882d9bad474f16d0.tar.gz
dotfiles-e2ceac32c45223a9898fbb4f882d9bad474f16d0.zip
Testing
Diffstat (limited to 'linux/home/.gitignore')
-rw-r--r--linux/home/.gitignore18
1 files changed, 14 insertions, 4 deletions
diff --git a/linux/home/.gitignore b/linux/home/.gitignore
index dc6a064..5cbf235 100644
--- a/linux/home/.gitignore
+++ b/linux/home/.gitignore
@@ -1,5 +1,15 @@
+# Ignore .git directory
+.git/
+
+# Ignore git config
+.gitconfig
+
+# Ignore dotfiles dir
.cfg
+
+# Ignore install.sh
install.sh
+
# Ignore Packer's compiled files
packer_compiled.lua
@@ -12,9 +22,6 @@ zcompdump
# Ignore .DS_Store files (macOS)
*.DS_Store
-# Ignore .git directory
-.git/
-
# Ignore .spl files
*.spl
@@ -42,7 +49,10 @@ node_modules/
# Ignore music directory
^music/
+# Ignore pictures/images directory
^images/
^pictures/
-^machines/
+
+# Ignore virtual machine directory
+^virt/