From 49041e78f24f9d455d977bb6eb8fc9d9561569c8 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 18 May 2011 16:01:01 +0200 Subject: [PATCH] Fix mixed line endings in .gitignore --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ddff317f6..cde2aa687 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - /apidocs /trash-*.exe /libgit2.pc @@ -13,10 +12,10 @@ .waf* build/ tests/tmp/ -msvc/Debug/ -msvc/Release/ -*.suo -*.user -*.sdf +msvc/Debug/ +msvc/Release/ +*.suo +*.user +*.sdf *.opensdf .DS_Store