Modification du .gitignore pour loot/*/ext.

This commit is contained in:
jeltz 2020-09-20 14:43:21 +02:00
parent 31db1c1e29
commit 72bb61567f
3 changed files with 7 additions and 4 deletions

11
.gitignore vendored
View file

@ -1,4 +1,7 @@
loot/certs/* loot/*
!loot/certs/.gitkeep !loot/certs
loot/csr/* !loot/certs/ext
!loot/csr/.gitkeep !loot/certs/ext/.gitkeep
!loot/csr
!loot/csr/ext
!loot/csr/ext/.gitkeep