summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-05-10 00:38:12 +0100
committerPeter Stuge <peter@stuge.se>2011-06-13 22:06:30 +0200
commitc1e75431418cdfc10ec963d823fce479cdae6840 (patch)
tree08e9d47ae8a980ab78d603a71b41e47fecdb2ecf /.gitattributes
parent85a14f43e0ce27cd47f84fdaeacbaa81cebdb886 (diff)
downloadlibusb-c1e75431418cdfc10ec963d823fce479cdae6840.tar.gz
Windows: MS project files part 1 - support files & preliminaries
* adds the MSVC support files used by MSVC6, VS2005 and WDK * also adds missing defines required by MS compilers in libusb.h * also anticipatory sets .gitattributes for CRLF handling * also adds manually maintained .def file for import lib generation References #57.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index b6ffeb8..1a1929c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,7 @@
*.sh eol=lf
*.ac eol=lf
*.am eol=lf
+*.dsw eol=crlf
+*.dsp eol=crlf whitespace=space-before-tab
+*.sln eol=crlf
+*.vcxproj* eol=crlf