summaryrefslogtreecommitdiffstats
path: root/.gitignore.d
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-11 00:22:41 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-11 00:22:41 (EST)
commitabe88a0ce657fecc8f3245f6e6610b3749704fd4 (patch)
treed5120b7f82d0a54aac40b4390eeac8a7c1c6f346 /.gitignore.d
downloadvcsh-abe88a0ce657fecc8f3245f6e6610b3749704fd4.zip
vcsh-abe88a0ce657fecc8f3245f6e6610b3749704fd4.tar.gz
vcsh-abe88a0ce657fecc8f3245f6e6610b3749704fd4.tar.bz2
Initial commit
Diffstat (limited to '.gitignore.d')
-rw-r--r--.gitignore.d/vcsh17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore.d/vcsh b/.gitignore.d/vcsh
new file mode 100644
index 0000000..35d1240
--- /dev/null
+++ b/.gitignore.d/vcsh
@@ -0,0 +1,17 @@
+# Exclude all files
+*
+
+# Include relevant files
+!/.config/
+!/.config/vcsh/
+!/.config/vcsh/config
+!/.config/vcsh/hooks-enabled/
+!/.config/vcsh/hooks-enabled/post-upgrade
+!/.gitignore.d/
+!/.gitignore.d/vcsh
+
+# Exclude swap and backup files
+*.s[a-w]?
+*.vim
+*~
+*.orig