-
Notifications
You must be signed in to change notification settings - Fork 0
readme: Give explicit instruction to initialize submodules #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
NickVolynkin
merged 2 commits into
25.1.5+
from
25.1.5-volynkin-update-readme-submodules
Feb 5, 2026
+129
−6
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,113 @@ | ||
| # Uncomment these types if you want even more clean repository. But be careful. | ||
| # It can make harm to an existing project source. Read explanations below. | ||
| # | ||
| # Resource files are binaries containing manifest, project icon and version info. | ||
| # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. | ||
| #*.res | ||
| # | ||
| # Type library file (binary). In old Delphi versions it should be stored. | ||
| # Since Delphi 2009 it is produced from .ridl file and can safely be ignored. | ||
| #*.tlb | ||
| # | ||
| # Diagram Portfolio file. Used by the diagram editor up to Delphi 7. | ||
| # Uncomment this if you are not using diagrams or use newer Delphi version. | ||
| #*.ddp | ||
| # | ||
| # Visual LiveBindings file. Added in Delphi XE2. | ||
| # Uncomment this if you are not using LiveBindings Designer. | ||
| #*.vlb | ||
| # | ||
| # Deployment Manager configuration file for your project. Added in Delphi XE2. | ||
| # Uncomment this if it is not mobile development and you do not use remote debug feature. | ||
| #*.deployproj | ||
| # | ||
| # C++ object files produced when C/C++ Output file generation is configured. | ||
| # Uncomment this if you are not using external objects (zlib library for example). | ||
| #*.obj | ||
| # | ||
|
|
||
| # Delphi compiler-generated binaries (safe to delete) | ||
| *.exe | ||
| *.dll | ||
| *.bpl | ||
| *.bpi | ||
| *.dcp | ||
| *.so | ||
| *.apk | ||
| *.drc | ||
| *.map | ||
| *.dres | ||
| *.rsm | ||
| *.tds | ||
| *.dcu | ||
| *.lib | ||
| *.a | ||
| *.o | ||
| *.ocx | ||
|
|
||
| # Delphi autogenerated files (duplicated info) | ||
| *.cfg | ||
| *.hpp | ||
| *Resource.rc | ||
|
|
||
| # Delphi local files (user-specific info) | ||
| *.local | ||
| *.identcache | ||
| *.projdata | ||
| *.tvsconfig | ||
| *.dsk | ||
|
|
||
| # Delphi history and backups | ||
| __history/ | ||
| __recovery/ | ||
| *.~* | ||
|
|
||
| # C++Builder compiler-generated binaries | ||
| *.obj | ||
| *.tds | ||
| *.pch | ||
| *.ilc | ||
| *.ild | ||
| *.ilf | ||
| *.ils | ||
|
|
||
| # C++Builder libraries and debug info | ||
| *.lib | ||
| *.a | ||
| *.bpi | ||
| *.bpl | ||
| *.dcp | ||
| *.dcu | ||
| *.map | ||
|
|
||
| # C++Builder intermediate files | ||
| *.res | ||
| *.rsm | ||
| *.exp | ||
| *.idb | ||
| *.pdb | ||
|
|
||
| # C++Builder autogenerated headers | ||
| *.hpp | ||
| *.d | ||
|
|
||
| # C++Builder local/IDE specific | ||
| *.local | ||
| *.dsk | ||
| *.tvsconfig | ||
| *.identcache | ||
|
|
||
| # Build output directories | ||
| Win32/ | ||
| Win64/ | ||
| Win64x/ | ||
|
|
||
| # Castalia statistics file (since XE7 Castalia is distributed with Delphi) | ||
| *.stat | ||
|
|
||
| # Boss dependency manager vendor folder https://github.com/HashLoad/boss | ||
| modules/ | ||
|
|
||
| # Excessive project files | ||
|
|
||
| *.delphilsp.json | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.