From 8854af26d616b13f8192ebd7ce3695df6c5b91bf Mon Sep 17 00:00:00 2001 From: mjjo Date: Mon, 14 Aug 2017 19:00:24 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b77c80..e0c55c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ -**/.idea/ **/__pycache__/ -*.user +**/.idea/ **/build-*/ -WebBasedCrawler/proxy.txt clients-win/ clients-linux/ -**/*.log + +*.user +*.csv +*.log +*.bak + +WebBasedCrawler/proxy.txt