devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore
差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore [2020/01/28 04:43] – 作成 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除外設定 | ||
| ----------- | ----------- | ||
| + | 以下の例は、実行ファイルの出力先を変更した場合の `.gitignore` 設定例。 | ||
| + | <file text .gitignore> | ||
| + | __astcache/ | ||
| + | __history/ | ||
| + | __recovery/ | ||
| + | Win32/ | ||
| + | *.local | ||
| + | *.res | ||
| + | *.exe | ||
| + | *.il? | ||
| + | *.map | ||
| + | *.pdi | ||
| + | *.tds | ||
| + | </ | ||
| + | |||
| + | * 出力先をWin32フォルダ下で変更しない場合は、`*.exe`以下の行は不要。 | ||
| 行 11: | 行 27: | ||
| ---- | ---- | ||
| + | 1. [[http:// | ||
devtool/ide/cpp_builder-rad_studio/cpp_builder-gitignore.1580186636.txt.gz · 最終更新: by yoko
