Skip to content

Commit 208001d

Browse files
committed
updated file .gitattributes
1 parent d1f5cea commit 208001d

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

.gitattributes

+23-3
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,39 @@
33

44
# Explicitly declare text files you want to always be normalized and converted
55
# to native line endings on checkout.
6+
# (see https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml)
67
*.ada text linguist-language=Ada
78
*.adb text linguist-language=Ada
9+
*.adc text linguist-language=Ada
810
*.ads text linguist-language=Ada
9-
*.awk text linguist-vendored=false
11+
*.awk text linguist-language=Awk
1012
*.c text linguist-language=C
1113
*.cabal text linguist-language=Cabal Config
14+
*.cbl text linguist-language=COBOL
15+
*.cob text linguist-language=COBOL
1216
*.cpp text linguist-language=C++
17+
*.cpy text linguist-language=COBOL
18+
*.cs text linguist-language=CSharp
1319
*.daml text linguist-language=Haskell
20+
*.dart text linguist-language=Dart
21+
*.erl text linguist-language=Erlang
1422
*.es text linguist-language=JavaScript
23+
*.flix text linguist-language=Flix
1524
*.go text linguist-language=Go
1625
*.h text linguist-language=C
1726
*.hpp text linguist-language=C++
1827
*.hs text linguist-language=Haskell
1928
*.hsc text linguist-language=Haskell
29+
*.inc text linguist-language=Makefile
2030
*.ini text linguist-language=INI
2131
*.java text linguist-language=Java
2232
*.js text linguist-language=JavaScript
2333
*.json text linguist-language=JSON
2434
*.jsx text linguist-language=JavaScript
25-
*.kt text linguist-vendored=Kotlin
26-
*.kts text linguist-vendored=Kotlin
35+
*.kt text linguist-language=Kotlin
36+
*.kts text linguist-language=Kotlin
2737
*.md text linguist-documentation=true
38+
*.mod test linguist-language=Modula-2
2839
*.properties text linguist-language=INI
2940
*.py text linguist-language=Python
3041
*.rs text linguist-language=Rust
@@ -34,7 +45,11 @@
3445
*.txt text linguist-language=Text
3546
*.xml text linguist-language=XML
3647
*.xslt text linguist-language=XSLT
48+
*.wxi text linguist-language=XML
49+
*.wxl text linguist-language=XML
50+
*.wxs text linguist-language=XML
3751
*.yaml text linguist-language=MiniYAML
52+
*.zig text linguist-language=Zig
3853

3954
# Declare files that will always have CRLF line endings on checkout.
4055
*.bat eol=crlf linguist-detectable=false
@@ -52,8 +67,10 @@ Makefile.inc text eol=crlf linguist-detectable=false
5267
# Denote all files that are truly binary and should not be modified.
5368
*.bmp binary
5469
*.class binary
70+
*.dat binary
5571
*.dll binary
5672
*.gif binary
73+
*.ico binary
5774
*.jar binary
5875
*.jpg binary
5976
*.m4a binary
@@ -62,4 +79,7 @@ Makefile.inc text eol=crlf linguist-detectable=false
6279
*.rtf binary
6380
*.zip binary
6481

82+
# Project specific attributes
83+
# https://aldomann.com/post/override-github-linguist-with-gitattributes-files/
84+
bin/* linguist-vendored
6585
docs/* linguist-documentation

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Optionally one may also install the following software:
3333
- [Doxygen 1.11][doxygen_downloads] ([*changelog*][doxygen_changelog])
3434
- [Embarcadero C++ 7.30 Compiler][bcc_downloads]
3535
- [OrangeC 6.73][orangec_downloads] ([*release notes*][orangec_relnotes])
36-
- [Visual Studio Code 1.89][vscode_downloads] ([*release notes*][vscode_relnotes])
36+
- [Visual Studio Code 1.90][vscode_downloads] ([*release notes*][vscode_relnotes])
3737
- [Visual Studio Community 2022][vs2022_downloads] <sup id="anchor_01">[1](#footnote_01)</sup> ([*release notes*][vs2022_relnotes])
3838

3939
> **&#9755;** ***Installation policy***<br/>
@@ -223,7 +223,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
223223
<a href="https://github.com/llvm/llvm-project/releases/tag/llvmorg-17.0.6">LLVM-17.0.6-win64.exe</a> <i>(263 MB)</i>
224224
<a href="http://repo.msys2.org/distrib/x86_64/">msys2-x86_64-20240113.exe</a> <i>( 86 MB)</i>
225225
<a href="https://git-scm.com/download/win">PortableGit-2.45.2-64-bit.7z.exe</a> <i>( 46 MB)</i>
226-
<a href="https://code.visualstudio.com/Download#" rel="external">VSCode-win32-x64-1.89.1.zip</a> <i>(131 MB)</i>
226+
<a href="https://code.visualstudio.com/Download#" rel="external">VSCode-win32-x64-1.90.1.zip</a> <i>(131 MB)</i>
227227
<a href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#dpcpp-cpp">w_dpcpp-cpp-compiler_p_2024.0.2.28_offline.exe</a> <i>(1.2 GB)</i>
228228
<a href="https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/">winsdksetup.exe</a> <i>(1.3 MB)</i>
229229
<a href="https://github.com/LADSoft/OrangeC/releases">ZippedBinaries6738.zip</a> (OrangeC) <i>( 22 MB)</i>

RESOURCES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# <span id="top">ISO C++ Resources</span> <span style="size:20%;"><a href="README.md">↩</a></span>
1+
# <span id="top">ISO C++ Resources</span> <span style="font-size:90%;">[](README.md#top)</span>
22

33
<table style="font-family:Helvetica,Arial;line-height:1.6;">
44
<tr>
55
<td style="border:0;padding:0 10px 0 0;;min-width:100px;"><a href="https://isocpp.org/" rel="external"><img src="docs/images/cpp_logo.png" width="100" alt="ISO C++"/></a></td>
6-
<td style="border:0;padding:0;vertical-align:text-top;">This document gathers <a href="https://isocpp.org/" rel="external">ISO C++</a> related resources that caught our attention.
7-
</td>
6+
<td style="border:0;padding:0;vertical-align:text-top;">This document gathers <a href="https://isocpp.org/" rel="external">ISO C++</a> related resources that caught our attention.</td>
87
</tr>
98
</table>
109

0 commit comments

Comments
 (0)