ignore&clean tommath_amalgam.c [skip ci]
diff --git a/.gitignore b/.gitignore
index c623fd0..61495ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,8 +60,8 @@ UpgradeLog*.htm
perf.data
perf.data.old
-# ignore mp_all.c generated by make
-mp_all.c
+# ignore tommath_amalgam.c generated by make
+tommath_amalgam.c
# ignore file generated by make tune
tuning_list
diff --git a/makefile_include.mk b/makefile_include.mk
index b794690..4b5961c 100644
--- a/makefile_include.mk
+++ b/makefile_include.mk
@@ -164,7 +164,8 @@ cleancov: cleancov-clean clean
clean:
rm -f *.gcda *.gcno *.gcov *.bat *.o *.a *.obj *.lib *.exe *.dll etclib/*.o \
demo/*.o test timing mtest_opponent mtest/mtest mtest/mtest.exe tuning_list \
- *.s mp_all.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
+ *.s tommath_amalgam.c pre_gen/tommath_amalgam.c *.da *.dyn *.dpi tommath.tex \
+ `find . -type f | grep [~] | xargs` *.lo *.la
rm -rf .libs/ demo/.libs
${MAKE} -C etc/ clean MAKE=${MAKE}
${MAKE} -C doc/ clean MAKE=${MAKE}