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

Change-Id: Ib58ae636e32bf2ec2bf50c065cfff4333c58a15a
diff --git a/.buckconfig b/.buckconfig
index 3958ab5..f6a0dde 100644
--- a/.buckconfig
+++ b/.buckconfig
@@ -7,7 +7,7 @@
   src_roots = java, resources
 
 [project]
-  ignore = .git
+  ignore = .git, eclipse-out
 
 [cache]
   mode = dir
diff --git a/.gitignore b/.gitignore
index c60f315..46def34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 buck-out/
 bucklets
+eclipse-out
 target/
 .buckversion
 .classpath