Se aceito, vai remover arquivos temporários do Delphi

This commit is contained in:
viniciussanchez 2021-04-29 17:11:23 -03:00
parent 72c4fef9fd
commit bc394d3784
7 changed files with 3 additions and 5 deletions

6
.gitignore vendored
View File

@ -1,10 +1,10 @@
# Uncomment these types if you want even more clean repository. But be careful. # 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. # It can make harm to an existing project source. Read explanations below.
#
# Resource files are binaries containing manifest, project icon and version info. # 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. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
#*.res *.res
#
# Type library file (binary). In old Delphi versions it should be stored. # 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. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
#*.tlb #*.tlb

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject/>

Binary file not shown.

Binary file not shown.

Binary file not shown.