From 8f0252c5d83cb4355ef1770f09156054eaed82c9 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 9 Nov 2015 18:37:00 -0800 Subject: [PATCH] update util/.gitignore Tell git to ignore the presence of the heaputil program in util/. (It lives in NHinternal/devteam/util/heaputil.c but working with it from there is inconvenient.) --- util/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/.gitignore b/util/.gitignore index 6982f2d05..95b7c4db1 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -17,3 +17,6 @@ gif2txt txt2ppm tile2img.ttp xpm2ppm.ttp +# dev tool for analyzing data collected by nethack's #define MONITOR_HEAP +heaputil +heaputil.c