aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
blob: 3efddbff6650e17391b0730f8bb1b6232a0af6f3 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*

# Git
!/.gitattributes
!/.gitconfig
!/.gitignore

!/.LICENSE.txt
!/.README.md

# bash, customized versions of the files found in /etc/defaults/etc/skel
!/.bash_profile
!/.bashrc
!/.inputrc
!/.profile

# Custom bash functions & utilities
!/.bash_utils/
!/.bash_utils/*

# A file I've been carrying around since the first releases of Ubuntu.
# Can't remember exactly why it's so important or what it does, but I'm
# completely sure it is/was necessary for proper font rendering.
!/.fonts.conf

# GnuPG configuration
!/.gnupg/
!/.gnupg/*

# Mintty
!/.minttyrc

# Nano
!/.nanorc

# Python
!/.pythonrc

# SSH configuration
!/.ssh/
!/.ssh/*

# Vim
!/.vimrc
!/.vimtmp/
!/.vimtmp/*