summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDongdong Zhang <zhangdongdong@eswincomputing.com>2024-06-24 16:42:01 +0800
committerAnup Patel <anup@brainfault.org>2024-07-04 10:31:39 +0530
commitc531adbf08cf9cd4cad0bc0c1fbf6e8333955e44 (patch)
tree37e0db3e838bbb3b833e82212c96baf95c13ab53 /.gitignore
parent455de672dd7c2aa1992df54dfb08dc11abbc1b1a (diff)
downloadopensbi-c531adbf08cf9cd4cad0bc0c1fbf6e8333955e44.tar.gz
opensbi-c531adbf08cf9cd4cad0bc0c1fbf6e8333955e44.zip
.github: Add repo lockdown GitHub workflow and update .gitignore
This commit adds a new GitHub Actions workflow for repository lockdown. The workflow triggers when a pull request is opened, and it notifies the contributor to use the OpenSBI mailing list for patch reviews. Additionally, the .gitignore file is updated to include the .github directory. Signed-off-by: Dongdong Zhang <zhangdongdong@eswincomputing.com> Reviewed-by: Anup Patel <anup@branifault.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fbba52e1..a519d67f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
# exceptions we need even begin with dot
!.clang-format
!.gitignore
+!.github
# Object files
*.o