From d287140250544a15b07fe2e13e8cd45f398e0d1e Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Wed, 13 Apr 2016 14:41:32 +1000 Subject: added blacklists for python2* and python3* --- etc/disable-devel.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc/disable-devel.inc') diff --git a/etc/disable-devel.inc b/etc/disable-devel.inc index 65b31ba9b..ff7fb7f21 100644 --- a/etc/disable-devel.inc +++ b/etc/disable-devel.inc @@ -34,3 +34,18 @@ blacklist /usr/lib/php* # Ruby blacklist /usr/bin/ruby blacklist /usr/lib/ruby + +# Python 2 +blacklist /usr/bin/python2* +blacklist /usr/lib/python2* +blacklist /usr/local/lib/python2* +blacklist /usr/include/python2* +blacklist /usr/share/python2* #If this exists (not on my machine). + +# Python 3 +blacklist /usr/bin/python3* +blacklist /usr/lib/python3* +blacklist /usr/local/lib/python3* +blacklist /usr/share/python3* +blacklist /usr/include/python3* + -- cgit v1.2.3-70-g09d2