Add 'eclipse-out' to the list of ignored folders

Change-Id: I03b9690520a54ff69787e93b540f69dad129bedb
diff --git a/.buckconfig b/.buckconfig
index 941e0fb..a73f7b8 100644
--- a/.buckconfig
+++ b/.buckconfig
@@ -5,4 +5,4 @@
   src_roots = java, resources
 
 [project]
-  ignore = .git
+  ignore = .git, eclipse-out
diff --git a/.gitignore b/.gitignore
index a227b3b..f5b756a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 .buckversion
 buck-out
 bucklets
+eclipse-out