From 0e22e14a9c037c2a6eac9c8903bf5f6fb6876f69 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 27 Nov 2012 10:39:15 +0100 Subject: [PATCH] Fix eol issues --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 06d19481309..70e841258cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,14 @@ *.poly -text *.fig -text *.nsh eol=crlf + +# exceptions: +AABB_tree/test/AABB_tree/AABB_test_util.h eol=crlf +Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake eol=crlf +Kernel_23/include/CGAL/internal/Projection_traits_3.h eol=crlf +Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_triangulation.cpp eol=crlf +Principal_component_analysis/test/Principal_component_analysis/test_linear_least_squares_fitting_segments_3.cpp eol=crlf + AABB_tree/demo/AABB_tree/AABB_demo.ppt -text svneol=unset#application/vnd.ms-powerpoint AABB_tree/demo/AABB_tree/AABB_demo.qrc -text AABB_tree/demo/AABB_tree/MainWindow.ui -text