The [`GitSdistFolder`](https://github.com/diegoferigo/cmake-build-extension/blob/212e25b5c3e7fbe97a3dd91555b246f1be46118a/src/cmake_build_extension/sdist_command.py#L126-L136) class should exclude bundling files that match the gitignore. Right now it selects all the files excluding the `.git` folder.
The
GitSdistFolderclass should exclude bundling files that match the gitignore.Right now it selects all the files excluding the
.gitfolder.