diff options
| -rw-r--r-- | .gitignore | 10 | 
1 files changed, 8 insertions, 2 deletions
| @@ -6,8 +6,6 @@ Trash/  Webapp-brain/  Webapp/  code_review_drawScatterplot/ -brain.documentation/ -!brain.documentation/QUICKSTART.rst  Analysis/  Data/* @@ -15,6 +13,14 @@ Data/*  !Data/parameter/parameter_for_buildCmatrix.txt  !Data/parameter/parameter_for_net* +brain.documentation +#brain.documentation/*.svg +#brain.documentation/*.png +#brain.documentation/*.html +#brain.documentation/*.pdf +#brain.documentation/*.txt + +  Code/*.old*  Code/*.pyc*  Code/__pycache__/ | 
