diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-12 12:31:16 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-12 12:31:21 +0000 |
commit | a022e8f192c5b2dc83f41a36a04504e146d75d17 (patch) | |
tree | 1c15e1f0c57d69e4348ad600122f20c8ab44d335 /.gitignore | |
parent | 5431b5039135dadee88fe32c95ef6a1fc7709c98 (diff) | |
download | gitlab-ce-a022e8f192c5b2dc83f41a36a04504e146d75d17.tar.gz |
Added .rej files to gitignore
[ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4933575332b..2004c2a09b4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.swp *.mo *.edit.po +*.rej .DS_Store .bundle .chef |