From 1d70dc8292b933ece21ca8a29d0bdc700f2459c8 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 16 Apr 2025 14:41:53 +0900 Subject: [PATCH] Remove Prolog so that GitHub detects Answer Set Programming (#50077) This reverts a change made in #20639 to have GitHub recognize our ASP files as Prolog, the closest langauge supported by [Linguist](https://github.com/github-linguist/linguist) at the time. Linguist has since [added support for ASP](https://github.com/github-linguist/linguist/pull/7184), so we no longer need to force Prolog detection -- our `.lp` files should be auto-detected as ASP. Signed-off-by: Todd Gamblin --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6dee4b041c5..de5b2ca45dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ *.py diff=python -*.lp linguist-language=Prolog lib/spack/external/* linguist-vendored -*.bat text eol=crlf \ No newline at end of file +*.bat text eol=crlf