The unified diff between revisions [850c20aa..] and [a80e1661..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'std_hooks.lua'
#
#
# patch "std_hooks.lua"
# from [f7edfb3f0063bd68d3a141693ec1141e9ff8266f]
# to [a2a27daced7769d54850f059f39554cb1e0fc78d]
#
============================================================
--- std_hooks.lua f7edfb3f0063bd68d3a141693ec1141e9ff8266f
+++ std_hooks.lua a2a27daced7769d54850f059f39554cb1e0fc78d
@@ -98,6 +98,7 @@ function ignore_file(name)
if (string.find(name, "%.lo$")) then return true end
if (string.find(name, "^core$")) then return true end
if (string.find(name, "/core$")) then return true end
+ if (string.find(name, "/core%.%d+$")) then return true end
-- python
if (string.find(name, "%.pyc$")) then return true end
if (string.find(name, "%.pyo$")) then return true end