From b89e4db69a356edbe37495f79dc6fb4641e2b0cc Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 9 Dec 2016 13:03:19 +0100 Subject: Make the .gitignore smarter if symlinks are used --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a8dbdc07..6491ffff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,10 @@ output/ public/ # Make sure the content directories aren't added to the git repo. -content/ce/* -content/ee/* -content/omnibus/* -content/runner/* +content/ce +content/ee +content/omnibus +content/runner # Temporary file directory tmp/ -- cgit v1.2.3