72875ff529
This patch sets text=auto in the .gitattributes file and which ensures that line endings are normalized. Moreover all of the files that are currently use DOS line endings will remain this way. As of this patch any new file that will be added to this repository should use UNIX line endings. Signed-off-by: Dmitry Fleytman <dmitry@daynix.com> Signed-off-by: Sameeh Jubran <sameeh@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
17 lines
489 B
Plaintext
17 lines
489 B
Plaintext
* -text=auto
|
|
|
|
#These files have CRLF line endings, git shouldn't attempt to change that.
|
|
qxldod[[:space:]]Package/qxldod[[:space:]]Package.vcxproj -text
|
|
qxldod[[:space:]]Package/qxldod[[:space:]]Package.vcxproj.filters -text
|
|
qxldod.sln -text
|
|
qxldod/BaseObject.cpp -text
|
|
qxldod/BaseObject.h -text
|
|
qxldod/QxlDod.cpp -text
|
|
qxldod/QxlDod.h -text
|
|
qxldod/buildAll.bat -text
|
|
qxldod/clean.bat -text
|
|
qxldod/driver.cpp -text
|
|
qxldod/driver.h -text
|
|
qxldod/qxldod.vcxproj -text
|
|
qxldod/resource.h -text
|