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

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

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