diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-15 14:07:11 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-15 14:07:11 +0100 |
commit | 77bd3e04968e9450203fbb2b0ef4b9eb165c5889 (patch) | |
tree | 03c3ab45e7e1db156d8c745a9acd931a202e9e6a | |
parent | e740c8a8ea7dc4bbda7dab9a63ec476167c209ef (diff) | |
download | searxng-77bd3e04968e9450203fbb2b0ef4b9eb165c5889.tar.gz searxng-77bd3e04968e9450203fbb2b0ef4b9eb165c5889.zip |
[enh] gitignore updates
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 988ecc0a3..262be427c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ include/ lib/ build/ develop-eggs/ +eggs/ +local/ +searx.egg-info/ parts/ |