https://github.com/dereneaton/ipyrad
Revision 9cd57c72d271a7bab40ecb7203df1862011f6bc7 authored by dereneaton on 04 March 2016, 03:36:30 UTC, committed by dereneaton on 04 March 2016, 03:36:30 UTC
1 parent d824de9
Raw File
Tip revision: 9cd57c72d271a7bab40ecb7203df1862011f6bc7 authored by dereneaton on 04 March 2016, 03:36:30 UTC
docs update
Tip revision: 9cd57c7
.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