devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| devtool:ide:cpp_builder-rad_studio:cpp_builder-gitignore [2020/01/28 06:53] – [Git除外設定] 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プロジェクトを、[[software/ | + | C++Builderプロジェクトを、[[software/ |
| Git除外設定 | Git除外設定 | ||
| ----------- | ----------- | ||
| - | 以下の例は、実行ファイルをソースと同じフォルダに出力した場合の `.gitignore` 設定例。 | + | 以下の例は、実行ファイルの出力先を変更した場合の `.gitignore` 設定例。 |
| <file text .gitignore> | <file text .gitignore> | ||
| 行 13: | 行 13: | ||
| Win32/ | Win32/ | ||
| *.local | *.local | ||
| + | *.res | ||
| *.exe | *.exe | ||
| *.il? | *.il? | ||
| 行 20: | 行 21: | ||
| </ | </ | ||
| - | * 出力先をソースフォルダにしない場合は、`*.exe`以下の行は不要。 | + | * 出力先をWin32フォルダ下で変更しない場合は、`*.exe`以下の行は不要。 |
devtool/ide/cpp_builder-rad_studio/cpp_builder-gitignore.1580194413.txt.gz · 最終更新: by yoko
