From a826450a9c2829e7fc07cff6d192f13907776dfb Mon Sep 17 00:00:00 2001 From: lwtcoding <605080957@qq.com> Date: Fri, 11 Dec 2015 12:52:33 +0800 Subject: [PATCH] Add gitignore file to ignore log --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdeb27b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.log \ No newline at end of file