summaryrefslogtreecommitdiffstats
path: root/.gitignore.d/bash
blob: 348cceebdca115bb889ffd2fe97a1ac150fdf49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Exclude all files
*

# Include relevant files
!/.profile
!/.bashrc
!/.bash_exports
!/.bash_aliases
!/ibin/
!/ibin/*
!/.gitignore.d/
!/.gitignore.d/bash

# Exclude swap and backup files
*.s[a-w]?
*.vim
*~
*.orig