Yuta HIGUCHI

Update .gitignore

- exclude buck plugin binary
- exclude watchman config

Change-Id: I2f2251f1833466b6dd66f8a23bcc115558330c31
...@@ -16,6 +16,8 @@ dependency-reduced-pom.xml ...@@ -16,6 +16,8 @@ dependency-reduced-pom.xml
16 buck-out 16 buck-out
17 .buckconfig.local 17 .buckconfig.local
18 .buckjavaargs* 18 .buckjavaargs*
19 +bucklets/plugins/
20 +.watchmanconfig
19 21
20 /bin/ 22 /bin/
21 23
......