私のプロジェクトでいくつかのgnulibモジュールを使用しています。私は彼らを私のレポジトリに持ち込まないことを選択しました。私が新鮮なクローンを行うたびに、私はただ走ります。`.gitignore`ファイルを変更せずに` gnulib-tool --update`を実行しました
$ gnulib-tool --update
私はすべてセットアップされています。
しかし、1つの問題。私は自分の.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!