diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-12-04 19:03:19 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-12-04 19:03:19 +0800 |
commit | 97fdefab064f63642fa3ece05b807d29b459df31 (patch) | |
tree | a058530023224f3e35b1783996f3530c80c04bc5 /.gitignore |
brain: add python and R code to local repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52dc540 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Don't track these folders +brain.code.download.20190202/ +brain.code.download.20180728/ +Salmon/ +Trash/ +Webapp-brain/ +Webapp/ +code_review_drawScatterplot/ +brain.documentation/ +Analysis/ + +Data/* +!Data/parameter/parameter_for_buildRmatrix.txt +!Data/parameter/parameter_for_buildCmatrix.txt +!Data/parameter/parameter_for_net* + +Code/*.old* +Code/*.pyc* +Code/__pycache__/ |