GitHub Gitattributes ignore les fichiers pour les statistiques

#add in a .gitattributes file something like this
*.js linguist-vendored #to ignore all .js files
/IHM/*.html linguist-vendored #to ignore all .html files in the IHM folder
/doc/*.html linguist-documentation #to ignore documentation files
/QT/*.o linguist-generated #to ignore auto generated files
Sorann