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 <tgamblin@llnl.gov>
This commit is contained in:
Todd Gamblin 2025-04-16 14:41:53 +09:00 committed by GitHub
parent 4b2a96fe06
commit 1d70dc8292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitattributes vendored
View File

@ -1,4 +1,3 @@
*.py diff=python
*.lp linguist-language=Prolog
lib/spack/external/* linguist-vendored
*.bat text eol=crlf