gerrit/.watchmanconfig
David Ostrovsky b249606122 Watchman: Add eclipse-out to ignored directories
Change-Id: I224de35cab12a4bd9f4f5199c796aa12a7ed30e0
2016-01-22 08:04:24 +01:00

10 lines
95 B
JSON

{
"ignore_dirs": [
"buck-out",
"eclipse-out"
],
"ignore_vcs": [
".git"
]
}