]> git.sesse.net Git - ffmpeg/commitdiff
common.mak: Also clean Windows debug files.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Wed, 18 Mar 2020 23:35:21 +0000 (00:35 +0100)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sat, 21 Mar 2020 17:46:00 +0000 (18:46 +0100)
ffbuild/common.mak

index 7355508ea02f9d5ffef223f2720c925f0cd9f46b..a60d27c9bd365ea946177046ebd7f804693a2ae7 100644 (file)
@@ -162,7 +162,7 @@ $(TOOLOBJS): | tools
 
 OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(TESTOBJS))
 
-CLEANSUFFIXES     = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~
+CLEANSUFFIXES     = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~ *.ilk *.pdb
 LIBSUFFIXES       = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
 
 define RULES