summaryrefslogtreecommitdiffstats
path: root/.gitignore.d/bash
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore.d/bash')
-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