From cf30006e96a1c127c1c3878b90cc36f05fad88cd Mon Sep 17 00:00:00 2001 From: mykolav Date: Mon, 15 Jan 2024 02:19:41 +0200 Subject: [PATCH] Trying to convince GitHub to display F# as the repo's primary language. --- .gitattributes | 12 ++++++------ appveyor.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 908f2f3..32af5a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,11 +2,11 @@ docs/* linguist-documentation misc/* linguist-documentation sandbox/* linguist-documentation -*.mips linguist-detectable=false -*.asm linguist-detectable=false +*.mips linguist-vendored +*.asm linguist-vendored -src/Runtime/rt_gen_gc.s linguist-detectable=false -src/Runtime/rt_gen_gc2.s linguist-detectable=false +src/Runtime/rt_gen_gc.s linguist-vendored +src/Runtime/rt_gen_gc2.s linguist-vendored -*.inc linguist-language=Unix Assembly -*.cool linguist-language=Scala \ No newline at end of file +*.inc linguist-language=Unix Assembly +*.cool linguist-language=Scala \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 9f9b72f..b15642f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ skip_commits: - sandbox/* - docs/* - '**/*.md' - - .gitattributes + - '**/.gitattributes' #---------------------------------# # environment configuration #