aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-03 13:12:56 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-11-11 16:39:17 +0100
commit225bf1aaa5a17f8f3c2526f03a10223ea14de239 (patch)
tree9969145c7c7a389877e20e7bc584a98e06c5c908 /.gitignore
parent346a4a86fc2d7064e44c0766dd08374d652cdcc1 (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. Pick-to: 6.2 Change-Id: I0088459e0d94134e200396c5ca9ce41f82f863de Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
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/