https://github.com/LoyolaChicagoCode/hiv-biojava-scala
Raw File
Tip revision: 5c7fa69ea07dc3dc0f7aae4e87ea138b51e10eeb authored by George K. Thiruvathukal on 05 October 2015, 20:40:32 UTC
re-add wget for pseudomonas data
Tip revision: 5c7fa69
.gitignore
# use glob syntax
syntax: glob

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class
*.pyc

# generated files
bin/
gen/
proguard_cache/
target/
tmp/
results/
data/

# Local configuration file (sdk path, etc)
local.properties
.cache
.classpath
.project
.settings/
*.iml
.idea/

# Emacs files
*~
\#*\#


# Other large files
*.zip
*.tar.gz
back to top