diff options
-rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,6 @@ * +# Git !/.gitattributes !/.gitconfig !/.gitignore @@ -7,19 +8,29 @@ !/.LICENSE.txt !/.README.md +# Various Windows apps !/.appdata/ +# bash, customized versions of the files found in /etc/defaults/etc/skel !/.bash_profile -!/.bash_utils/ !/.bashrc !/.inputrc !/.profile +# Custom bash functions & utilities +!/.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 +# Mintty !/.minttyrc +# Python !/.pythonrc +# Vim !/.vimrc !/.vimtmp/ |