summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-03 12:15:26 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-09-11 09:34:36 +0000
commit6fbc830e0ebeb66a5570e8c432c27658670cd071 (patch)
tree7ebbda0dbf05323191bf8389294be78fdbaf607e /.gitignore
parent160672dab76f526d1035d48eacd83a51e146b5c8 (diff)
downloadqttranslations-6fbc830e0ebeb66a5570e8c432c27658670cd071.tar.gz
Prevent make commit-ts from adding auto-generated _en.ts files.v5.5.15.5.15.5
- Add auto-generated _en.ts files to .gitignore. - Let git do the globbing by passing the pattern on to git so that git add will not bail out with error when encountering a file listed in .gitignore. Task-number: QTBUG-48075 Change-Id: I2ab328a9ef4574e15742af2dafecda52f795685a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 990859d..c197d87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,6 +115,7 @@ tests/auto/qresourceengine/runtime_resource.rcc
tools/activeqt/testcon/testcon.tlb
translations/*.qm
translations/*_untranslated.ts
+translations/*_en.ts
qrc_*.cpp
# Test generated files