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-27 20:29:38 -0500
commit498f068f6dc1160ab4621e83229d05ebc96ac059 (patch)
tree6483a75fc5a129e4f1db8b9859bddd5d00407e41
parentf9bb9151b595fdc1afc1742bb51c816965908f53 (diff)
downloadgitlab-ce-update_gitignore.tar.gz
Ignore files under "/shared" directory and not other subdirectories that contains that nameupdate_gitignore
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/*