From b812a40497321316dba2f61fe2392708cafb1656 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Fri, 17 Jan 2014 17:17:29 +0100 Subject: [PATCH] Exclude bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae19698390..12cd043aac 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ cleanup: @[ -x `which gjslint` ] || sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz fixjsstyle \ --recurse ./ \ - --exclude_directories _octopress,lib,build,experimental,workbench,tests/node_modules,tools \ + --exclude_directories _octopress,lib,bin,build,experimental,workbench,tests/node_modules,tools \ --max_line_length 100 \ --nojsdoc \ --error_trace \