From 72bb61567f54249b4447a27543685c1734a4c3b4 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sun, 20 Sep 2020 14:43:21 +0200 Subject: [PATCH] Modification du .gitignore pour `loot/*/ext`. --- .gitignore | 11 +++++++---- loot/certs/{ => ext}/.gitkeep | 0 loot/csr/{ => ext}/.gitkeep | 0 3 files changed, 7 insertions(+), 4 deletions(-) rename loot/certs/{ => ext}/.gitkeep (100%) rename loot/csr/{ => ext}/.gitkeep (100%) diff --git a/.gitignore b/.gitignore index 055265d..32d1cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -loot/certs/* -!loot/certs/.gitkeep -loot/csr/* -!loot/csr/.gitkeep \ No newline at end of file +loot/* +!loot/certs +!loot/certs/ext +!loot/certs/ext/.gitkeep +!loot/csr +!loot/csr/ext +!loot/csr/ext/.gitkeep diff --git a/loot/certs/.gitkeep b/loot/certs/ext/.gitkeep similarity index 100% rename from loot/certs/.gitkeep rename to loot/certs/ext/.gitkeep diff --git a/loot/csr/.gitkeep b/loot/csr/ext/.gitkeep similarity index 100% rename from loot/csr/.gitkeep rename to loot/csr/ext/.gitkeep