diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-27 20:32:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-27 20:32:48 +0300 |
commit | aa9216f331308e17afca9c240e537b0358a729ed (patch) | |
tree | c0f584324e03ca8aa3180ea04d8979750d20a0b4 | |
parent | .gitconfig: add alias.clean-unknown (diff) | |
download | linux-home-aa9216f331308e17afca9c240e537b0358a729ed.tar.gz linux-home-aa9216f331308e17afca9c240e537b0358a729ed.zip |
don't white-list files in .gitignore
How long is it gonna take before I finally realize making `~` a
repository is probably not a good idea?
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 6 insertions, 46 deletions
@@ -1,46 +1,6 @@ -* - -# 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/* +.bash_history +.lesshst +.python_history +.rnd +.vim/ +.viminfo |