diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 21:24:06 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 21:24:06 -0800 |
| commit | 2861c3fbfc41d49627810b2d8d9bda761c3528c2 (patch) | |
| tree | b33b1fb836b25fdc13958bca70530e31021bbbc9 /.gitattributes | |
| parent | Fix IceKey.H to be a text file too. (diff) | |
| download | archived-source-sdk-2013-2861c3fbfc41d49627810b2d8d9bda761c3528c2.tar.xz archived-source-sdk-2013-2861c3fbfc41d49627810b2d8d9bda761c3528c2.zip | |
Make .xcconfigs text files too.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7642041b..ae92cd93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ vpc_osx binary *.awk text *.pl text *.py text +*.xcconfig text *.exe binary protoc binary |