Revision 84ba37ab76eeaa1993f8cb51a54a153d441bcb64 authored by deren on 08 November 2016, 18:18:30 UTC, committed by deren on 08 November 2016, 18:18:30 UTC
1 parent ed06ce1
Raw File
.gitignore

## ignore these files
*.pyc
*~
.DS_Store
.ipynb_checkpoints
build
dist
ipyrad.egg-info
ipyrad.sublime-*
tests/*
env/
params-*.txt
ipyrad_log.txt
	
## but not these files
!tests/*.ipynb
!tests/data/*
back to top