Mercurial > hg > bioaid
changeset 41:bd2bab729921
added ignore and put link to gh on dev pages
author | nick <nrclark@essex.ac.uk> |
---|---|
date | Fri, 14 Dec 2012 23:01:41 +0000 |
parents | b11c8d7ccf05 |
children | e9ab9606622e |
files | .gitignore coming_soon.html |
diffstat | 2 files changed, 91 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /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
--- 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 @@ <div id='content'> <h1 id='page under construction'>Page under construction</h1> <ol class="toc"></ol> - <p>This page is coming soon. Check back later for updates.</p> + <p>Full documentation will be coming soon. Even so, the algorithm source is available now for both Matlab and C++ users on <a href="https://github.com/audioplastic/BioAid">Github</a>.</p> </div> <div id='footer'>Copyright © 2012 Nick Clark</div> </div>