Skip to content

Commit 2102853

Browse files
authored
Update .gitattributes to latest proposal
1 parent d2d2417 commit 2102853

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.gitattributes

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ tests/suite/file_without_BOM.txt -text
4646
*.pdf -text
4747

4848
# Hide certain languages from GitHub Linguist
49-
*.pck linguist-detectable=false
50-
*.c linguist-detectable=false
51-
52-
*.bat linguist-detectable=false
53-
*.cmd linguist-detectable=false
54-
*.ps1 linguist-detectable=false
55-
*.1 linguist-detectable=false
56-
*.2 linguist-detectable=false
57-
*.3 linguist-detectable=false
58-
*.4 linguist-detectable=false
59-
60-
*.html linguist-documentation=true
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)