Skip to content

Commit c74882c

Browse files
author
Eric Van Norman
authored
Manual update of common-files (#2751)
1 parent a6d0789 commit c74882c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
591260c501031c31225bde5b08f1b07d55649bec
1+
9d68fc5a210b4d2fc232be70470092c38df6fda8

common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ update-common:
102102
@if [ "$(CONTRIB_OVERRIDE)" != "CONTRIBUTING.md" ]; then\
103103
rm $(TMP)/common-files/files/CONTRIBUTING.md;\
104104
fi
105-
@cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.* $(shell pwd)
105+
@cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.devcontainer $(TMP)/common-files/files/.gitattributes $(shell pwd)
106106
@rm -fr $(TMP)/common-files
107107
@$(or $(COMMONFILES_POSTPROCESS), true)
108108

0 commit comments

Comments
 (0)