diff options
author | Cody Hiar <chiar@hybridforge.com> | 2015-08-12 12:19:11 -0600 |
---|---|---|
committer | Cody Hiar <chiar@hybridforge.com> | 2015-08-12 12:19:11 -0600 |
commit | 0bf6b74515d5f89d4fcb1e87cea4d0cddb794606 (patch) | |
tree | f345b4e305f2eff146c9f732375f33e4f045c0b2 /.gitignore | |
parent | 2301135bf48cae9c368514a828eb77f1865f0cfb (diff) |
Fixed the git ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ *.swp *~ -/vim/bundle/* -!/vim/bundle/Vundle.vim/ +bundle/* +!bundle/Vundle.vim/ .DS_Store .netrwhist |