devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore [2020/01/28 04:46] – yoko | devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore [2020/01/30 06:46] (現在) – yoko | ||
---|---|---|---|
行 1: | 行 1: | ||
- | C++ BuilderのGit管理の除外設定 | + | C++BuilderのGit管理の除外設定 |
============================= | ============================= | ||
- | C++ Builderプロジェクトを、Gitで管理する場合の除外設定の備忘録。参考1.の情報を参照し設定。 | + | C++Builderプロジェクトを、[[software/ |
Git除外設定 | Git除外設定 | ||
----------- | ----------- | ||
- | 以下の例は、実行ファイルをソースと同じフォルダに出力した場合の例。 | + | 以下の例は、実行ファイルの出力先を変更した場合の |
<file text .gitignore> | <file text .gitignore> | ||
行 13: | 行 13: | ||
Win32/ | Win32/ | ||
*.local | *.local | ||
+ | *.res | ||
*.exe | *.exe | ||
*.il? | *.il? | ||
行 19: | 行 20: | ||
*.tds | *.tds | ||
</ | </ | ||
+ | |||
+ | * 出力先をWin32フォルダ下で変更しない場合は、`*.exe`以下の行は不要。 | ||
+ | |||
参考 | 参考 |
devtool/ide/cpp_builder-rad_studio/cpp_builder-gitignore.1580186788.txt.gz · 最終更新: 2020/01/28 04:46 by yoko