This is an automated email from the ASF dual-hosted git repository.
liuneng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 3311405e70 [MINOR] Gitignore GitHub Copilot config files (#11557)
3311405e70 is described below
commit 3311405e7095c19887aab055b19a2eafcfec00fd
Author: LiuNeng <[email protected]>
AuthorDate: Wed Feb 4 11:31:01 2026 +0800
[MINOR] Gitignore GitHub Copilot config files (#11557)
What changes are proposed in this pull request?
Add GitHub Copilot config files to .gitignore to allow local/per-user
customization without affecting the repository.
Files ignored:
.github/copilot-instructions.md
.github/copilot-setup-steps.yml
How was this patch tested?
Not applicable - this is a gitignore change only.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: GitHub Copilot CLI
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index f424f36aa1..8a794e3865 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,7 @@ metastore_db/
.ipynb_checkpoints
.worktrees/
+
+# GitHub Copilot config (allow local customization)
+.github/copilot-instructions.md
+.github/copilot-setup-steps.yml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]