diff options
author | shtirlic <serg@podtynnyi.com> | 2012-01-01 21:43:08 +0400 |
---|---|---|
committer | shtirlic <serg@podtynnyi.com> | 2012-01-01 21:43:08 +0400 |
commit | 188e451c7643477cb22bf00674c90cb35cd7556e (patch) | |
tree | bc11c999050ea0bd20ac8f88b6c35933a0b87162 | |
parent | 2eb56e3d18bc48a3683a0075962393d9978a2cf3 (diff) | |
download | gitlab-ce-188e451c7643477cb22bf00674c90cb35cd7556e.tar.gz |
Add .directory to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3345ce08d13..a68287140bf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ coverage/* *.swp public/uploads/ .rvmrc +.directory |