From 1c09c21a97f9b48a26047be71486087e5879d797 Mon Sep 17 00:00:00 2001 From: Ruben Davila Date: Fri, 27 May 2016 20:29:38 -0500 Subject: 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* -- cgit v1.2.3