We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8710b2e commit b73986cCopy full SHA for b73986c
.gitignore
@@ -1,4 +1,8 @@
1
-c.bat
2
-compilesettings.bat
3
-setup-sign.bat
4
-Output
+/c.bat
+/compilesettings.bat
+/setup-sign.bat
+/Output
5
+
6
+# Directories created by the RAD Studio IDE whenever files are edited
7
+__history/
8
+__recovery/
Components/.gitignore
@@ -1 +1,5 @@
-*.dcu
+/*.dcu
+/Components.dproj
+/Components.dproj.local
+/Components.res
Projects/Bin/.gitignore
@@ -1,8 +1,10 @@
*.dll
*.exe
*.e32
-setup-*.bin
+Setup-*.bin
+Setup.log
Default.isl
ISPPBuiltins.iss
+whatsnew.htm
9
*.chm
10
*.chw
0 commit comments