From 7b0113ac7766fa730accc8f05b0e1b56afb7ce3c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 5 Sep 2015 21:26:58 +0900 Subject: [PATCH] Remove \r --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 582277aa..7ed31ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,10 @@ test-driver # test logs generated by `make check` *.log *.trs - -lib/MSVC_obj/ -_VC_ROOT/ -.depend.MSVC -*.pyd -*.egg-info/ -python/nghttp2.c + +lib/MSVC_obj/ +_VC_ROOT/ +.depend.MSVC +*.pyd +*.egg-info/ +python/nghttp2.c