From d45750d914d82ece73d9fbe7df9f995ffb3462c8 Mon Sep 17 00:00:00 2001 From: frederic34 Date: Sun, 18 Jan 2015 13:07:39 +0100 Subject: [PATCH] Ignore content of directory custom Conflicts: htdocs/custom/.gitignore --- htdocs/custom/.gitignore | 8 ++++---- htdocs/custom/index.html | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 htdocs/custom/index.html diff --git a/htdocs/custom/.gitignore b/htdocs/custom/.gitignore index ed069fdfd81..89ebd12182c 100644 --- a/htdocs/custom/.gitignore +++ b/htdocs/custom/.gitignore @@ -1,4 +1,4 @@ -/a* -/b* -/c* -/d* +/* +!.gitignore +!README.md +!index.html \ No newline at end of file diff --git a/htdocs/custom/index.html b/htdocs/custom/index.html new file mode 100644 index 00000000000..e69de29bb2d