From 3a605462b7223217e1452ffdd92115feff187d76 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Wed, 30 Apr 2014 11:48:59 -0700 Subject: [PATCH] ignore vim plugin command-t's build artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 238e04a..6d708e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ backups bin/subl +dot-files/vim/bundle/command-t/ruby/command-t/Makefile +dot-files/vim/bundle/command-t/ruby/command-t/ext.bundle +dot-files/vim/bundle/command-t/ruby/command-t/ext.o +dot-files/vim/bundle/command-t/ruby/command-t/match.o +dot-files/vim/bundle/command-t/ruby/command-t/matcher.o