From 87bcd2ee507fdc44944d373da4fee79dc27ab55b Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 3 Feb 2022 00:27:43 -0800 Subject: [PATCH] update .gitignore Ignore the new timestamp files src/moc.qt5 and src/moc.qt6. They probably ought to be renamed Qt*.moc-t but I haven't done that. Also put back vis_tab.* in case someone checks out 3.6 and builds that, then checks out 3.7 without doing 'make spotless' first. --- include/.gitignore | 1 + src/.gitignore | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/.gitignore b/include/.gitignore index 8727e4c7c..b8c29a39e 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -4,6 +4,7 @@ onames.h pm.h dgn_comp.h lev_comp.h +vis_tab.h tile.h win32api.h nhlua.h diff --git a/src/.gitignore b/src/.gitignore index c34382fa9..380f753a6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,12 +1,14 @@ config.h-t -monstr.c hack.h-t +monstr.c +vis_tab.c tile.c Sysunix nethack *.o tiles.bmp *.moc +moc.qt* *.lnk graphicschk nhdat -- 2.50.1