Skip to content

Commit

Permalink
Update linguist settings (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Mar 10, 2021
1 parent b646277 commit 3ee2bb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
*.png binary
*.jpg binary
*.paa binary

# Change GitHub language categorization
addons/**/*.cpp linguist-language=SQF
addons/**/*.hpp linguist-language=SQF

optionals/**/*.cpp linguist-language=SQF
optionals/**/*.hpp linguist-language=SQF

# Do not count extras in language usage stats
extras/* linguist-vendored

# Do not count hemtt includes in language usage stats
include/* linguist-vendored

0 comments on commit 3ee2bb9

Please sign in to comment.