summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2016-05-27 20:29:38 -0500
committerRuben Davila <rdavila84@gmail.com>2016-05-29 16:55:25 -0500
commit1c09c21a97f9b48a26047be71486087e5879d797 (patch)
tree4e1e51ff9be98ce34e36d9bcddf812bb2fffdae3
parent32b9276c25c95e2bb9fb7805b4457fdd948ea08e (diff)
downloadgitlab-ce-1c09c21a97f9b48a26047be71486087e5879d797.tar.gz
Ignore files under "/shared" directory and not other subdirectories that contains that name
It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8f861d76a37..65eca9e2004 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,4 +46,4 @@ rails_best_practices_output.html
tmp/
vendor/bundle/*
builds/*
-shared/*
+/shared/*