Skip to content

Commit b73986c

Browse files
.gitignore updates
1 parent 8710b2e commit b73986c

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.gitignore

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
c.bat
2-
compilesettings.bat
3-
setup-sign.bat
4-
Output
1+
/c.bat
2+
/compilesettings.bat
3+
/setup-sign.bat
4+
/Output
5+
6+
# Directories created by the RAD Studio IDE whenever files are edited
7+
__history/
8+
__recovery/

Components/.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
*.dcu
1+
/*.dcu
2+
3+
/Components.dproj
4+
/Components.dproj.local
5+
/Components.res

Projects/Bin/.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
*.dll
22
*.exe
33
*.e32
4-
setup-*.bin
4+
Setup-*.bin
5+
Setup.log
56
Default.isl
67
ISPPBuiltins.iss
8+
whatsnew.htm
79
*.chm
810
*.chw

0 commit comments

Comments
 (0)