summaryrefslogtreecommitdiffstats
path: root/.gitignore.d/bash
blob: 1185e2c4fd7ae1244d9a18df3b02937176abc350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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