Skip to content

Commit 2687342

Browse files
committed
Removed modules
1 parent 9aaefd6 commit 2687342

19 files changed

+10
-4980
lines changed

.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
1+
2+
# Created by https://www.gitignore.io/api/delphi
3+
# Edit at https://www.gitignore.io/?templates=delphi
4+
5+
### Delphi ###
16
# Uncomment these types if you want even more clean repository. But be careful.
27
# It can make harm to an existing project source. Read explanations below.
38
#
49
# Resource files are binaries containing manifest, project icon and version info.
510
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
611
#*.res
7-
#
812
# Type library file (binary). In old Delphi versions it should be stored.
913
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
1014
#*.tlb
11-
#
1215
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
1316
# Uncomment this if you are not using diagrams or use newer Delphi version.
1417
#*.ddp
15-
#
1618
# Visual LiveBindings file. Added in Delphi XE2.
1719
# Uncomment this if you are not using LiveBindings Designer.
1820
#*.vlb
19-
#
2021
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2122
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2223
#*.deployproj
23-
#
2424
# C++ object files produced when C/C++ Output file generation is configured.
2525
# Uncomment this if you are not using external objects (zlib library for example).
2626
#*.obj
27-
#
2827

2928
# Delphi compiler-generated binaries (safe to delete)
3029
*.exe
@@ -61,9 +60,11 @@
6160
__history/
6261
__recovery/
6362
*.~*
64-
modules/
6563

6664
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
6765
*.stat
68-
*.cbk
69-
modules
66+
67+
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
68+
modules/
69+
70+
# End of https://www.gitignore.io/api/delphi

modules/DOSCommand/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

modules/DOSCommand/.hgignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

modules/DOSCommand/Packages/CBuilder/DOSCommandCBuilder.groupproj

Lines changed: 0 additions & 48 deletions
This file was deleted.

modules/DOSCommand/Packages/CBuilder/DOSCommandCD.cbproj

Lines changed: 0 additions & 801 deletions
This file was deleted.

modules/DOSCommand/Packages/CBuilder/DOSCommandCD.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

modules/DOSCommand/Packages/CBuilder/DOSCommandCR.cbproj

Lines changed: 0 additions & 798 deletions
This file was deleted.

modules/DOSCommand/Packages/CBuilder/DOSCommandCR.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

modules/DOSCommand/Packages/Delphi/DOSCommandDD.dpk

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)