Anyone with a proper .gitattributes file for Delphi that he likes to share?

Comments

  1. Mine looks something like this:
    # 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

    ReplyDelete

Post a Comment