Skip to content

Commit 3f31f45

Browse files
authored
Code Quality: Hide unnecessary languages from GitHub Linguist (#1892)
* Hide C from Linguist Whack! * Hide Windows Command Processor from Linguist Whack! Double points! * Hide PowerShell from Linguist THWACK!!! CRITICAL HIT!! High score: 5 languages hit * Bonus round: Hide Roff Bonus round! 4 points for a total of 9 points! Well done, play again! * Update .gitattributes to latest proposal
1 parent 1586538 commit 3f31f45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ tests/suite/file_without_BOM.txt -text
4545
# Do not normalize on commit.
4646
*.pdf -text
4747

48-
*.pck linguist-detectable=false
49-
*.html linguist-documentation=true
48+
# Hide certain languages from GitHub Linguist
49+
* linguist-detectable=false
50+
*.cs linguist-detectable
51+
*.py linguist-detectable
52+
src/core/IronPython.StdLib/lib/** linguist-vendored

0 commit comments

Comments
 (0)