diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-19 00:17:02 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-19 00:17:02 +0100 |
commit | 3afdd1d9941527e23cd7c05d2c15dd24a32de834 (patch) | |
tree | 4bc85cba1b0784e1528ef0d235562201e4f0c437 /.gitignore | |
parent | 39ebe1d5193bf62340bc101d51cab77df3c06f7e (diff) | |
download | searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.tar.gz searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.zip |
[enh] settings unification - new dependency: pyyaml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7e6560890..ed5ed1624 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ env engines.cfg .installed.cfg +.coverage +covearge/ setup.cfg *.pyc |