diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-11-28 19:54:57 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-11-28 19:54:57 +0100 |
commit | b55a8004ed4c3d11d0d820480eca4769665ef38b (patch) | |
tree | bae9d9839fbde9cf2cbbb2bce9d64a7177cdc3ba /.gitignore | |
parent | a56c56ead319ab150dcb5c9f055e62f4103a59a7 (diff) | |
download | searxng-b55a8004ed4c3d11d0d820480eca4769665ef38b.tar.gz searxng-b55a8004ed4c3d11d0d820480eca4769665ef38b.zip |
boilerplate: add inital Makefile with run & install targets
Add *Makefile* boilerplate useful for python projects. All python tasks are
using a virtualenv from ./local/py3
$ make help
run - run developer instance
install - developer install (./local)
uninstall - uninstall (./local)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index db20da83e..828856f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ setup.cfg node_modules/ .tx/ + +local/ +searx.egg-info/ |