From cfb795f5f58a966fadaebf001667be5ed55bb3ec Mon Sep 17 00:00:00 2001 From: Iulia Moldovan Date: Thu, 10 Aug 2023 12:04:12 +0300 Subject: [PATCH] .gitignore: Ignore CODEOWNERS and PR template Signed-off-by: Iulia Moldovan --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c23627338..a7cd63a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,5 @@ qdb tmp-clearbox *.bin .qsys_edit - +.github/CODEOWNERS +.github/PULL_REQUEST_TEMPLATE.md