diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-21 19:13:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-21 19:13:20 +0300 |
commit | 33522c9540469c7f0d5447925ef345dd52e3d1e2 (patch) | |
tree | bb81d4d348ba0f2380a8120d9b98e512413c3c78 | |
parent | .bashrc: source file.sh (diff) | |
download | linux-home-33522c9540469c7f0d5447925ef345dd52e3d1e2.tar.gz linux-home-33522c9540469c7f0d5447925ef345dd52e3d1e2.zip |
fix .gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ # 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 @@ -31,3 +32,4 @@ # Vim !/.vimrc !/.vimtmp/ +!/.vimtmp/* |