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.)
This commit is contained in:
PatR
2015-11-09 18:37:00 -08:00
parent 010859bcca
commit 8f0252c5d8

3
util/.gitignore vendored
View File

@@ -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