From 90775d173ab0b0e6ebd33d7f224134890e0ccd77 Mon Sep 17 00:00:00 2001
From: b_b <brunobergot@gmail.com>
Date: Thu, 4 May 2017 17:19:51 +0000
Subject: [PATCH] Fixes #2346 : ajout de fichiers "cache directory tag" pour
 faciliter l'exclusion de tmp et local avec tar

---
 .gitattributes     | 2 ++
 local/CACHEDIR.TAG | 0
 tmp/CACHEDIR.TAG   | 0
 3 files changed, 2 insertions(+)
 create mode 100644 local/CACHEDIR.TAG
 create mode 100644 tmp/CACHEDIR.TAG

diff --git a/.gitattributes b/.gitattributes
index 5fb86553a3..42cdecfaf3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -286,6 +286,7 @@ ecrire/xml/index.php -text
 ecrire/xml/interfaces.php -text
 ecrire/xml/valider.php -text
 /index.php -text
+local/CACHEDIR.TAG -text
 local/remove.txt -text
 prive/aide_body.css -text
 prive/aide_menu.html -text
@@ -922,4 +923,5 @@ prive/xhtml-special.ent -text
 prive/xhtml-symbol.ent -text
 /spip.php -text
 /spip.png -text
+tmp/CACHEDIR.TAG -text
 tmp/remove.txt -text
diff --git a/local/CACHEDIR.TAG b/local/CACHEDIR.TAG
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tmp/CACHEDIR.TAG b/tmp/CACHEDIR.TAG
new file mode 100644
index 0000000000..e69de29bb2
-- 
GitLab