summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-08-24 17:17:42 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-08-25 11:10:33 +0800
commit44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09 (patch)
tree65b5f3d9670187df1c4950059be953b96e7bfcd2 /.gitignore
parent528741b449a843d118c527d160dedebb523fd49d (diff)
downloadtrove-44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09.tar.gz
Rename app.wsgi to app_wsgi.py
1. app.wsgi is a python script and should be end with py extension. 2. Generate trove-wsgi script which is needed by kolla to support https and ipv6. 3. Ignore build directory in git 4. update docs Change-Id: Ibbd6ecb8db25aa3a443d3f526f4cf6d418eb26f3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 35949d15..38857d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,11 @@ trove.iml
# Files generated by Visual Studio Code
.vscode/
+# Files generated by setup.py
+*.egg-info
+build
+.eggs
+
# Sphinx
doc/build/*
doc/source/api/*