This commit is contained in:
pycook 2016-01-01 11:32:29 +08:00
parent 7bf2b05eb7
commit 8520037fa9
2 changed files with 2 additions and 5 deletions

5
.gitignore vendored
View File

@ -2,11 +2,8 @@
*.pyc *.pyc
.idea .idea
data data
logs
*/logs/*
*.sql
deploy.sh
logs/* logs/*
*.sql
test/* test/*
tools/* tools/*
cmdb_agent/* cmdb_agent/*

View File

@ -8,4 +8,4 @@ from ci_relation import cirelation
from ci import ci from ci import ci
from history import history from history import history
from account import account from account import account
from special import special # from special import special