From cc04efc6cff4e9db4938008bbcb0cd664a5f8bf5 Mon Sep 17 00:00:00 2001 From: Sinux Date: Sat, 26 Mar 2016 14:21:23 +0800 Subject: [PATCH] Hardcore ignore whole entire bundle folder Git won't track empty folder, but when it filled with plugins, local git will alway be `Changes not staged for commit` state, so it's better ignore it... --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89e35bfa6..2d63c457d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -bundle/* +bundle *.pyc *.bak *.bk