]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
un-ignore `build-info.cmake` and `build-info.sh` (#7996)
authorMichael de Gans <redacted>
Wed, 19 Jun 2024 20:10:42 +0000 (13:10 -0700)
committerGitHub <redacted>
Wed, 19 Jun 2024 20:10:42 +0000 (22:10 +0200)
commita7854743c5e6216a6178824a603aa9479728ddd5
treee816a759fcae5172c91dc8a776a4d4caf97c42d3
parent9c77ec1d74874ee22bdef8f110e8e8d41389abf2
un-ignore `build-info.cmake` and `build-info.sh` (#7996)

* un-ignore `build-info.cmake` and `build-info.sh`

I am assuming that ignoring them was unintentional. If they are ignored, some tools, like cargo, will consider the files inexistent, even if they're comitted, for the purpose of publishing. This leads to the build failing in such cases.

* un-ignore `build-info.cpp.in`

For the same reason as the previous two files.

* Reorganize `.gitignore`

* Add exceptions for files mentioned by @slaren

I did leave .clang-tidy since it was explicitly ignored before.

* Add comments for organization
* Sort some lines for pretty
* Test with `make` and `cmake` builds to ensure no build artifacts might be comitted

* Remove `.clang-tidy` from `.gitignore`

Per comment by @ggerganov

* Remove `IDEWorkspaceChecks.plist` from root-level `.gitignore`
.gitignore