https://github.com/tfursten/IBD
Raw File
Tip revision: c461daf39d747a2d1fb2fd793c0ac911e7b97932 authored by Tara Furstenau on 17 April 2017, 20:12:21 UTC
Update README.md
Tip revision: c461daf
.gitignore
src/bin/
src/data.txt
src/init.txt
src/IBD.cbp
src/IBD.depend
src/IBD.layout
src/correllogram.py
src/data_settings.txt
src/datapop.txt
src/x.txt
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
Herschel/
ML/
src/IBD.layout.cbTemp

# Ignore the build directory
build/*
!build/.gitkeep


# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a
back to top