Skip to content

Development: changing reco routines layout

Renat Dusaev requested to merge development into master

Please, have a look to the following changes in p348reco/:

  • p348reco now has a library target which perfroms compiling the implementation into static library (libp348reco.a)
  • added .gitattributes file to make git treat the coral's binary stuff as binary content and not make large diffs
  • extended .gitignore file in order to avoid indexing comipled binaries / project files, etc.

Merge request reports