diff options
author | Teddy Wing | 2014-04-20 15:20:22 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 15:20:22 -0400 |
commit | ebcfa2eded08423e6f0531fc351b6674a4ae24b5 (patch) | |
tree | 3e0db70888fdaff5a435ef92abf8d8bd4029c754 /.gitignore | |
download | dotvim-ebcfa2eded08423e6f0531fc351b6674a4ae24b5.tar.bz2 |
Initial commit: .vimrc form 2014.04.20
.vimrc from today. Will be re-adding my plugins as git submodules.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..486712f --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Vim files +.VimballRecord +.netrwhist + +# Custom +projects/ |