Skip to content

Instantly share code, notes, and snippets.

@RookTKO
Last active January 10, 2022 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RookTKO/9ae00165d8101ae003e13bfda02bca4e to your computer and use it in GitHub Desktop.
Save RookTKO/9ae00165d8101ae003e13bfda02bca4e to your computer and use it in GitHub Desktop.
GML .gitattribute that changes Yacc .yy extension type to .gml or removes them
# Ignore .yy files for language statistics
*.yy linguist-generated=true
# Ignore .yyp files for language statistics
*.yyp linguist-generated=true
# If they still don't ignore them do below
# Re-classify .yy files (for GMS 2 projects)
#*.yy linguist-language=GML
#*.yyp linguist-language=GML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment