Revision 09bb2197ed301167f21fdd5dff993e99bf473e32 authored by isaacovercast on 11 January 2016, 22:03:16 UTC, committed by isaacovercast on 11 January 2016, 22:03:16 UTC
1 parent c8d2b98
Raw File
.gitignore

## ignore these files
*.pyc
*~
.DS_Store
.ipynb_checkpoints
build
dist
ipyrad.egg-info
ipyrad.sublime-*
tests/*
env/
params.txt

## but not these files
!tests/*.ipynb
!tests/data/*
back to top