From e4b4cac2123650e4fa97e1399f6dfc4ffd68d371 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Thu, 22 Jan 2015 17:12:19 +0000 Subject: [PATCH] Exclude Godeps from make format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbcc0e063..8d9e88e9f 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ documentation: search_index godoc -http=:6060 -index -index_files='search_index' format: - find . -iname '*.go' | egrep -v "^\./\.build|./generated|\.(l|y)\.go" | xargs -n1 $(GOFMT) -w -s=true + find . -iname '*.go' | egrep -v "^\./\.build|./generated|\./Godeps|\.(l|y)\.go" | xargs -n1 $(GOFMT) -w -s=true race_condition_binary: build $(GO) build -race -o prometheus.race $(BUILDFLAGS) .