https://github.com/poldracklab/mriqc
Raw File
Tip revision: 0387d557f53858c2edeeaef264e80401d1f2d470 authored by Oscar Esteban on 14 March 2017, 19:18:34 UTC
Merge pull request #425 from oesteban/fix/40
Tip revision: 0387d55
.dockerignore
# python cache
__pycache__/**/*
__pycache__
*.pyc

# python distribution
build/**/*
build
dist/**/*
dist
mriqc.egg-info/**/*
mriqc.egg-info
.eggs/**/*
.eggs
src/**/*
src/

# releasing
Makefile

# git
.gitignore
.git/**/*
.git

# other
agave/**/*
agave
notebooks/**/*
notebooks
docs/**/*
docs/
back to top