diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-07 10:24:38 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-07 10:24:38 +0200 |
commit | cb4e16b7a39b25676a93a27b46cfc5659c628971 (patch) | |
tree | 33f05b7de90afa17390c05c227c549083c52e436 | |
parent | 66f7cdeb0af70100b0c60163c4685ba671413ddd (diff) | |
download | gitlab-ce-cb4e16b7a39b25676a93a27b46cfc5659c628971.tar.gz |
Ignore mounted Docker directories.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e30fb8cf77..efd84a7dcc2 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ rails_best_practices_output.html /tags tmp/ vendor/bundle/* +var-log-gitlab/ +var-opt-gitlab/ +etc-gitlab/ |