We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a .gitattributes file it is possible to map language names to filename extensions, e.g.
*.fs linguist-language=glsl *.vs linguist-language=glsl
It is also possible to specify which directories are not to be counted by language analyzers, such as the one on this site.
**/vendor/** linguist-vendored lib/json.h linguist-vendored
Pygount could respect these settings (and maybe some more attributes could be useful too, these two are the only ones I've used).
That's my suggestion.
The text was updated successfully, but these errors were encountered:
Supporting gitignores would be helpful too, especially with CMake.
Sorry, something went wrong.
No branches or pull requests
In a .gitattributes file it is possible to map language names to filename extensions, e.g.
It is also possible to specify which directories are not to be counted by language analyzers, such as the one on this site.
Pygount could respect these settings (and maybe some more attributes could be useful too, these two are the only ones I've used).
That's my suggestion.
The text was updated successfully, but these errors were encountered: