git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b85847470ee7cb2ec2e01f7e451f9ca87da633e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
p
*
!/.gitignore
!/.gitmodules
!/.bashrc
!/.bash_profile
!/.bash
/.bash/*
!/.bash/*bash
!/bin
!/bin/*
!/.flake8
!/.forbidden_modules
!/.gitconfig
!/.perlcriticrc
!/.profile
!/.pylintrc
!/README.md
!/tmux-gpakosz
!/tmux-yank
!/.tmux.conf*
t; branch --remotes |\ "$AWKBIN" '{print $1}' | "$AWKBIN" -F/ '{print $2}' |\ "$GREPBIN" -v "^$(git rev-parse --abbrev-ref HEAD)\$" |\ "$GREPBIN" -v '^HEAD$'