Skip to content

Commit

Permalink
updated git files filters list
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloppeurPascal committed Jun 4, 2024
1 parent 25c2542 commit 12ab8c2
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# 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
*.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.
Expand All @@ -19,8 +19,8 @@
#
# 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
#
*.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
Expand Down Expand Up @@ -67,3 +67,28 @@ __recovery/

# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/

# Mac Finder and Windows Explorer files
.DS_Store
Thumbs.db
*.bak
*.tmp

# Delphi compiler directories
Win32/
Win64/
OSX32/
OSX64/
OSXARM64/
Android/
Android64/
iOSDevice32/
iOSDevice64/
Linux64/
iOSSimulator/
iOSSimARM64/
TMSWeb/

# Private directory
_PRIVATE/
_PRIVE/

0 comments on commit 12ab8c2

Please sign in to comment.