diff --git a/src/.gitignore b/src/.gitignore index 720c59de4..9e935c7d6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -14,7 +14,6 @@ nethack *.o tiles.bmp *.moc -moc.qt* *.lnk graphicschk nhdat diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 6dee37b1f..ff7b75f67 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -746,7 +746,7 @@ tags: $(CSOURCES) @( cd ../util ; $(MAKE) tags ) clean: - -rm -f *.o $(HACK_H) $(CONFIG_H) moc.qt* + -rm -f *.o $(HACK_H) $(CONFIG_H) -rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files $(CLEANMORE)