diff options
author | Peter Amstutz | 2020-04-06 17:54:37 -0400 |
---|---|---|
committer | GitHub | 2020-04-06 17:54:37 -0400 |
commit | 9b1c125f91469074c7586a1278d89b85919e3eae (patch) | |
tree | 6d6a69ef2ebf4a9481a2c350914373ad25f63d00 /.gitignore | |
parent | 2c69ca48ce1a9ab431afcc891bdad8c495c9768e (diff) | |
parent | 762b770eda79fd4006b767e2dd768746232995ba (diff) | |
download | bh20-seq-resource-9b1c125f91469074c7586a1278d89b85919e3eae.tar.gz bh20-seq-resource-9b1c125f91469074c7586a1278d89b85919e3eae.tar.lz bh20-seq-resource-9b1c125f91469074c7586a1278d89b85919e3eae.zip |
Merge pull request #1 from pjotrp/master
Installation notes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e8c01b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.py~ +build/ |