Get link Facebook X Pinterest Email Other Apps - January 07, 2014 Anyone with a proper .gitattributes file for Delphi that he likes to share? Get link Facebook X Pinterest Email Other Apps Comments Linas NaginionisJanuary 7, 2014 at 4:18 AMMine looks something like this:# SVN files.svn# history files__history# compiled unit*.dcu*.jdbg*.drc# temp files*.dproj.local*.identcache# binaries*.bpl*.exe*.dllWin32\*Win64\**.obj*.tds*.pdi*.res*.dsk.~*.gex*.map*.rsmReplyDeleteRepliesReplyStefan GlienkeJanuary 7, 2014 at 4:24 AM.gitattributes, not .gitignore ;)ReplyDeleteRepliesReplyLinas NaginionisJanuary 7, 2014 at 4:25 AMOops, misread it :)ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Mine looks something like this:
ReplyDelete# SVN files
.svn
# history files
__history
# compiled unit
*.dcu
*.jdbg
*.drc
# temp files
*.dproj.local
*.identcache
# binaries
*.bpl
*.exe
*.dll
Win32\*
Win64\*
*.obj
*.tds
*.pdi
*.res
*.dsk
.~
*.gex
*.map
*.rsm
.gitattributes, not .gitignore ;)
ReplyDeleteOops, misread it :)
ReplyDelete