Skip to content

ruby : add .gitignore entries for ext directory #3245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

danbev
Copy link
Member

@danbev danbev commented Jun 13, 2025

This commit adds entries to .gitignore for directories in the ext directory.

The motivation for this is that currently after building locally these following files are reported by git as untracked:

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	ext/examples/
	ext/ggml/
	ext/include/
	ext/scripts/
	ext/src/

This commit adds entries to `.gitignore` for directories in the
`ext` directory.

The motivation for this is that currently after building locally these
following files are reported by git as untracked:
```console
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	ext/examples/
	ext/ggml/
	ext/include/
	ext/scripts/
	ext/src/
```
@danbev danbev requested a review from KitaitiMakoto June 13, 2025 07:14
Copy link
Collaborator

@KitaitiMakoto KitaitiMakoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm... it's strange. Directories like examples, ggml, etc are made under ext/sources and ext/build on my environment (macOS, CMake 4.0.2).

But I will approve this because it doesn't hurt anything.

@danbev danbev merged commit 20d203a into ggml-org:master Jun 13, 2025
52 checks passed
@danbev danbev deleted the ruby-add-ext-ignores branch June 13, 2025 08:04
bygreencn added a commit to bygreencn/whisper.cpp that referenced this pull request Jun 29, 2025
* ggerganov/master: (335 commits)
  server : add Voice Activity Detection (VAD) support (ggml-org#3246)
  cli : fix short name conflict for vad options [no ci] (ggml-org#3247)
  ruby : add .gitignore entries for ext directory (ggml-org#3245)
  ci : update windows runner to windows-2022 (ggml-org#3242)
  ruby : add cleaning of library names in dependencies (ggml-org#3241)
  ggml : fix weak alias win32 (#0)
  android : fix builds (#0)
  sync : ggml
  files : remove old sources (part 2)
  sync : ggml
  files : remove old sources
  talk-llama : sync llama.cpp
  sync : ggml
  metal : use less stack memory in FA kernel (llama/14088)
  ggml-cpu : split arch-specific implementations (llama/13892)
  cuda : fix device sync on buffer clear (llama/14033)
  CANN: Simplify the environment variable setting(#13104)
  sycl: Add reorder to Q6_K mmvq implementation (llama/13885)
  cuda : fix buffer type check with integrated GPUs (llama/14069)
  SYCL: Implement few same quantized type copy kernels (llama/13739)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants