[PATCH 01/14] gitignore: don't ignore files in .github/ directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The directory holds our workflow files and it shouldn't require git add
-f to add new files there.

Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index dd36d5083b17..d2487d548376 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,6 +52,7 @@ Module.symvers
 #
 !.gitignore
 !.mailmap
+!.github/
 
 #
 # Generated include files
-- 
2.39.2





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux