Commit 6641819f authored by Diego Biurrun's avatar Diego Biurrun

build: Ignore generated mapfile and remove it on distclean

parent f5c43884
...@@ -26,3 +26,4 @@ ...@@ -26,3 +26,4 @@
/config.* /config.*
/coverage.info /coverage.info
/lcov/ /lcov/
/mapfile
...@@ -218,7 +218,7 @@ clean:: ...@@ -218,7 +218,7 @@ clean::
distclean:: distclean::
$(RM) $(DISTCLEANSUFFIXES) $(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h \ $(RM) config.* .config libavutil/avconfig.h .version avversion.h \
libavcodec/bsf_list.c libavformat/protocol_list.c mapfile libavcodec/bsf_list.c libavformat/protocol_list.c
config: config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment