aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-03 13:12:56 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-11 20:52:19 +0000
commitbe41b9af645a255080a8cd9b452426eab3edb278 (patch)
tree6acdb64bfc2a5b9145dab9ab5c55b7a68e1686d5 /.gitignore
parent405514bb5eb65c1b5856a7d0f9e429b8ba057cee (diff)
Move changelog files from dist/ into doc/changelogs
While Qt repos use dist/ for changelogs, Python uses dist/ as the location for built wheels. Move the changelogs out of dist/ into a separate doc/changelogs directory and add dist to .gitignore. Change-Id: I0088459e0d94134e200396c5ca9ce41f82f863de Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 225bf1aaa5a17f8f3c2526f03a10223ea14de239) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ac750025..a1cd7fa82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,7 +71,7 @@ __pycache__/
.Python
build/
develop-eggs/
-#dist/ # we place the changelogs here
+dist/
downloads/
eggs/
.eggs/