Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.pas text
*.inc text
*.dfm text
*.dpr text
*.dpk text

# Declare files that will always have CRLF line endings on checkout.
#?.? text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.res binary
*.dcr binary
Binary file modified Sources/IBDataPump/IBPump.res
Binary file not shown.
Binary file modified Sources/IBDataPump/IBPumpPlug.res
Binary file not shown.
Loading