dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
237 stars 120 forks source link

metadata #17

Closed scivision closed 5 years ago

scivision commented 5 years ago

Currently, this repo appears to search engines, etc. as a PostScript program. Adding this metadata file allows searchers to see this is a Matlab program. This program detects languages like GitHub does:

before:

PostScript 72.80%
MATLAB 17.22%
TeX 4.59%
Perl 1.52%
C 1.35%
C++ 1.29%

with this .gitattributes file:

MATLAB 76.17%
Perl 6.74%
C 5.98%
C++ 5.69%
Shell 4.44%
Makefile 0.42%
Python 0.25%
dbekaert commented 5 years ago

Thank you for this contribution