From db7fcc4a75e968fa6104e172d8a8f556d33ed35f Mon Sep 17 00:00:00 2001 From: Polarix Date: Mon, 14 Aug 2017 09:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 0331bbb..1e5fe37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ -# Object files -*.o - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app +# Object files +*.o + +# Libraries +#*.lib +#*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app