Browse Source

build: Ignore generated mapfile and remove it on distclean

Diego Biurrun 8 years ago
parent
commit
6641819fee
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      Makefile

+ 1 - 0
.gitignore

@@ -26,3 +26,4 @@
 /config.*
 /coverage.info
 /lcov/
+/mapfile

+ 1 - 1
Makefile

@@ -218,7 +218,7 @@ clean::
 distclean::
 	$(RM) $(DISTCLEANSUFFIXES)
 	$(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:
 	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)