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

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

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