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

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

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