summaryrefslogtreecommitdiffstats
path: root/.gitignore.d
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-05 03:14:05 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-05 03:14:05 (EST)
commitc583c5817e468befbf64e5f913d66023e02e9147 (patch)
tree78cc074a95f2a67dc919d92b13688b68e31cc5fe /.gitignore.d
downloadbash-c583c5817e468befbf64e5f913d66023e02e9147.zip
bash-c583c5817e468befbf64e5f913d66023e02e9147.tar.gz
bash-c583c5817e468befbf64e5f913d66023e02e9147.tar.bz2
Initial commit
Diffstat (limited to '.gitignore.d')
-rwxr-xr-x.gitignore.d/bash15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore.d/bash b/.gitignore.d/bash
new file mode 100755
index 0000000..1185e2c
--- /dev/null
+++ b/.gitignore.d/bash
@@ -0,0 +1,15 @@
+# Exclude all files
+*
+
+# Include relevant files
+!/.bash_aliases
+!/ibin/
+!/ibin/*
+!/.gitignore.d/
+!/.gitignore.d/bash
+
+# Exclude swap and backup files
+*.s[a-w]?
+*.vim
+*~
+*.orig