# HG changeset patch # User nick # Date 1355526101 0 # Node ID bd2bab72992115f3aea9d63f36b8b4534ef4e2d5 # Parent b11c8d7ccf0501015043f4064e2b60beb15b7f02 added ignore and put link to gh on dev pages diff -r b11c8d7ccf05 -r bd2bab729921 .gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Fri Dec 14 23:01:41 2012 +0000 @@ -0,0 +1,90 @@ +##---------------------------------------------- +## VS +##---------------------------------------------- +# User-specific files +*.suo +*.user + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + + +##---------------------------------------------- +## Win/OSX - OS junk +##---------------------------------------------- +.DS_Store +Icon? + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + +##---------------------------------------------- +## Xcode +##---------------------------------------------- +[Bb]uild/ +DerivedData/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside + + +##--------------------------------------------------- +## Remove autosaves generated by the Matlab editor +## We have git for backups! +##--------------------------------------------------- + +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ +*.cpp~ + +# embedded coder folder (copy necessary files to Source directory) +emcprj/* + +# The built mex files +*.mexw64 +*.mexw32 +*.mexmaci64 +*.mexmaci32 + +extras/Matlab/bioaid.mexmaci64 diff -r b11c8d7ccf05 -r bd2bab729921 coming_soon.html --- a/coming_soon.html Tue Dec 04 23:25:32 2012 +0000 +++ b/coming_soon.html Fri Dec 14 23:01:41 2012 +0000 @@ -57,7 +57,7 @@

Page under construction

    -

    This page is coming soon. Check back later for updates.

    +

    Full documentation will be coming soon. Even so, the algorithm source is available now for both Matlab and C++ users on Github.