diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 16:14:45 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 16:15:15 +0300 |
| commit | 3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (patch) | |
| tree | add0d8226bdbb187512bf1a62162453228417497 /.gitattributes | |
| parent | 01f49908879197b1715483321a9490dd71c8874b (diff) | |
* Import CMake build system from codeplex
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..60f24a34 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +* text=auto +*.h text=auto +*.c text=auto +*.cpp text=auto +*.m text=lf +*.swift text=lf +*.rc text=crlf + +*.pdf binary +*.gif binary +*.jpg binary +*.png binary +*.bmp binary +*.ico binary |
