浏览代码

Add ".dockerignore" to the list of things "diff-pr" optionally looks at

Tianon Gravi 6 年之前
父节点
当前提交
b1f25a69e4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      diff-pr.sh

+ 1 - 0
diff-pr.sh

@@ -174,6 +174,7 @@ copy-tar() {
 			' "$d")
 			' "$d")
 
 
 			# some extra files which are likely interesting if they exist, but no big loss if they do not
 			# some extra files which are likely interesting if they exist, but no big loss if they do not
+			' .dockerignore' # will be used automatically by "docker build"
 			' *.manifest' # debian/ubuntu "package versions" list
 			' *.manifest' # debian/ubuntu "package versions" list
 			' *.ks' # fedora "kickstart" (rootfs build script)
 			' *.ks' # fedora "kickstart" (rootfs build script)
 			' build*.txt' # ubuntu "build-info.txt", debian "build-command.txt"
 			' build*.txt' # ubuntu "build-info.txt", debian "build-command.txt"