aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-02 11:49:11 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-02 11:49:11 +0200
commiteac0f1c0d14a9c3ac33cefb8eed82fe6f6ea9849 (patch)
tree15a91bb31a491a85f690ca1d5ccf2732e7a6e913 /.gitignore
parent56bc2df958b655da811f0eb68a5063a962198b08 (diff)
Include vim configuration
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