aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.gitignore
diff options
context:
space:
mode:
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/