git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 01001eeb41640b80322b8208a1f6070593689ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*
!/.gitignore
!/.gitmodules
!/.bashrc
!/.bash_profile
!/.bash
/.bash/*
!/.bash/*bash
!/bin
!/bin/*
!/distribute
/distribute/*
!/distribute/.gitkeep
!/distrib.yml
!/.flake8
!/.forbidden_modules
!/.gitconfig
!/.gnupg
!/.gnupg/*
!/Makefile
!/.perlcriticrc
!/.profile
!/.pylintrc
!/README.md
!/tmux-gpakosz
!/tmux-yank
!/.tmux.conf*
!/.vimrc
td>-23/+25 * $SSH_AUTH_SOCK only on the admin stationsH. P. 2022-03-231-2/+10 * alias for ssh-with-gpgH. P. 2022-03-231-0/+1 * launch dirmngrH. P. 2022-03-231-1/+1 * adding gpg-connect-agent to ssh agent machinesH. P. 2022-03-231-0/+1 * Hide grep outputH. P. 2022-03-221-1/+1 * +doc for SSHAGHH. P. 2022-03-211-0/+2 * Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-212-1/+7 * varname fumbleH. P. 2022-03-211-1/+1 * +function for adding ssh keysH. P. 2022-03-212-1/+10 * ...already marked for export in postexecH. P. 2022-03-211-1/+0 * mark SSH agent variables for exportH. P. 2022-03-211-0/+1 * Adding postexec for "last-mile tasks"H. P. 2022-03-211-0/+4 * Doesn't workH. P. 2022-03-211-8/+0 * intermed: squeeze double ; after sourcing sshenvH. P. 2022-03-211-1/+1 * "typo": wrong folderH. P. 2022-03-191-1/+1 * +ssh-agent-launcher in bashexecH. P. 2022-03-191-0/+4 * Initial commitH. P. 2022-03-194-0/+366