Browse Source

.gitignore: don't ignore .github directory

Don't ignore .github special directory as it does contain specific files
for github CI workflows.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi 1 month ago
parent
commit
da52a854ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -9,6 +9,7 @@ logread
 validate_data
 getrandom
 .*
+!.github
 Makefile
 CMakeCache.txt
 CMakeFiles