我在我的项目中使用了一些 gnulib 模块。我选择不在我的存储库中携带它们。每次我做一个新的克隆时,我都会跑。
$ gnulib-tool --update
我已经准备好了!
一个问题。我.gitignore
已经设置了我的文件,我对它们非常满意。我不想gnulib-tool
搞砸他们。
知道如何摆脱这种副作用吗?
编辑:该--no-vc-files
选项不适用于--update
.
$ gnulib-tool --update --no-vc-files
gnulib-tool: invalid options for 'update' mode
Try 'gnulib-tool --help' for more information.
If you really want to modify the gnulib configuration of your project,
you need to use 'gnulib --import' - at your own risk!