Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-09 15:03:19 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-09 15:03:19 +0300
commitb89e4db69a356edbe37495f79dc6fb4641e2b0cc (patch)
treeefe04408cf78de04871497c0c457c3fe8caeb2eb /.gitignore
parent808d242acab474f2e72fc11eb6e149e8ce162dc5 (diff)
Make the .gitignore smarter if symlinks are used
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
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/