From b249606122344e37c747d2eb11ee0f8da65698ba Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 22 Jan 2016 08:04:24 +0100 Subject: [PATCH] Watchman: Add eclipse-out to ignored directories Change-Id: I224de35cab12a4bd9f4f5199c796aa12a7ed30e0 --- .watchmanconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.watchmanconfig b/.watchmanconfig index b1869ba6b8..4467aec6b1 100644 --- a/.watchmanconfig +++ b/.watchmanconfig @@ -1,6 +1,7 @@ { "ignore_dirs": [ - "buck-out" + "buck-out", + "eclipse-out" ], "ignore_vcs": [ ".git"