Merge "Blacklist DISPLAY / GREP_OPTIONS"

This commit is contained in:
Treehugger Robot
2017-04-18 22:51:34 +00:00
committed by Gerrit Code Review

View File

@@ -83,6 +83,10 @@ func NewConfig(ctx Context, args ...string) Config {
// We handle this above // We handle this above
"OUT_DIR_COMMON_BASE", "OUT_DIR_COMMON_BASE",
// Variables that have caused problems in the past
"DISPLAY",
"GREP_OPTIONS",
) )
// Tell python not to spam the source tree with .pyc files. // Tell python not to spam the source tree with .pyc files.