diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | common.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b6beba3b3e..f61ce9f889 100644 --- a/.gitignore +++ b/.gitignore @@ -144,7 +144,6 @@ lcov*.info /verconf.h /verconf.mk /web -/yasmdata.rb # /bin/ @@ -759,7 +759,7 @@ clean-rubyspec: clean-spec distclean: distclean-ext distclean-enc distclean-golf distclean-docs distclean-extout distclean-gc distclean-local distclean-platform distclean-spec distclean-local:: clean-local - $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(PRELUDES) *.rbinc *.rbbin + $(Q)$(RM) $(MKFILES) *.inc $(PRELUDES) *.rbinc *.rbbin $(Q)$(RM) config.cache config.status config.status.lineno $(Q)$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP) -$(Q)$(RMALL) $(srcdir)/autom4te.cache |