diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-01-31 07:08:56 +0100 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-01-31 07:37:02 +0100 |
commit | 8e7799d6810c9bacb5970d342cce0e591757437b (patch) | |
tree | 9d8197910aae31e767353ebf609b852facaafabc /.gitignore | |
parent | 2bcc949abe592f195000f43368c3798f4bce2dbb (diff) | |
download | searxng-8e7799d6810c9bacb5970d342cce0e591757437b.tar.gz searxng-8e7799d6810c9bacb5970d342cce0e591757437b.zip |
fix typo in git ignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0b9057a41..0f347d81a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ setup.cfg bin/ build/ -covearge/ +coverage/ develop-eggs/ dist/ eggs/ |