aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d6b7ef3..9612266 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,18 @@
-*
+# Ignore everything except the gitignore file itself
+/*
!.gitignore
+
+#
+# Allow specific dotfiles
+#
+
+# app-editors/vim
+!/.vim/
+/.vim/bundle
+/.vim/.netrwhist
+
+!/.local/
+/.local/*
+!/.local/bin
+/.local/bin/*
+!/.local/bin/vimbundle