From f016a214702e2462693ca265b750d0641d62bd50 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 5 Apr 2016 12:25:52 -0700 Subject: [PATCH] superenv: comment sources of ignored paths Closes #32. Signed-off-by: Misty De Meo --- Library/ENV/4.3/cc | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 1bef04ab02..05d48fc601 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -213,6 +213,7 @@ class Cmd elsif path.start_with?(prefix) true else + # ignore MacPorts, Boxen's Homebrew, X11, fink !path.start_with?("/opt/local", "/opt/boxen/homebrew", "/opt/X11", "/sw", "/usr/X11") end end