# HG changeset patch # User Tero Koskinen # Date 1654200256 -10800 # Thu Jun 02 23:04:16 2022 +0300 # Node ID f42bc1481ed2275427342309d6e876e2d01c3a1a # Parent 2033132239c497807afaba60f7acd98b01e94f8d Ignore .map and TEST-*.xml files Ignore all generated linker .map files from robot directory and all TEST-*.xml files from xml directory. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -31,3 +31,5 @@ gnat_linux/comfignat.gpr results robot/*.*ml +robot/**/*.map +xml/TEST-*.xml