diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-04-04 11:22:43 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-04-04 11:22:43 +0800 |
commit | 769c8612ab6b8f570b0de41ddfe21bc527e8441b (patch) | |
tree | e25ce4296de041948a61caeffb7a829251031778 | |
parent | f165b4c424d6627ad15b2de2e807b7193648ba3c (diff) |
Modified .gitignore
-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__/ |