From: PatR Date: Tue, 10 Nov 2015 02:37:00 +0000 (-0800) Subject: update util/.gitignore X-Git-Tag: NetHack-3.6.0_RC01~54^2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f0252c5d83cb4355ef1770f09156054eaed82c9;p=nethack 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.) --- 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