# Do not instrument standard Linux libraries
/lib/*
/lib64/*
/usr/lib/*
/usr/lib64/*
/usr/local/lib/*
/usr/local/lib64/*
# Do not instrument standard Windows libraries
${WINDIR}/system32/*
${WINDIR}/SYSTEM32/*
# Do not instrument PIN libraries
${PIN_HOME}/*
# Do not instrument ANaConDA framework and its plugins
*/lib/ia32/*
*/lib/intel64/*
# Do not instrument libraries shipped with the program
${PROGRAM_HOME}/libs/*