From 41cbc1e5b8b9372d669f6c0d81b333cfd160c5c7 Mon Sep 17 00:00:00 2001
From: pycook <pythoncook@163.com>
Date: Fri, 1 Jan 2016 11:32:29 +0800
Subject: [PATCH] fix

---
 .gitignore       | 5 +----
 core/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index daa87a1..f76ea86 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,8 @@
 *.pyc
 .idea
 data
-logs
-*/logs/*
-*.sql
-deploy.sh
 logs/*
+*.sql
 test/*
 tools/*
 cmdb_agent/*
diff --git a/core/__init__.py b/core/__init__.py
index 99d8104..203368d 100644
--- a/core/__init__.py
+++ b/core/__init__.py
@@ -8,4 +8,4 @@ from ci_relation import cirelation
 from ci import ci
 from history import history
 from account import account
-from special import special
\ No newline at end of file
+# from special import special
\ No newline at end of file