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

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

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