diff options
author | Kai Koehne <kai.koehne@qt.io> | 2020-07-24 11:56:04 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2020-07-24 17:26:51 +0200 |
commit | 5ca6db99a9baa249d2f99132a05bf0ea48117687 (patch) | |
tree | cb1ab6bcbff170bc4377933f1582fdccee47ddbe /.gitignore | |
parent | ff97e083ed4dd233f499f72da4ed83e3a7f2b380 (diff) | |
download | qtbase-5ca6db99a9baa249d2f99132a05bf0ea48117687.tar.gz |
git: Ignore CMakeLists.txt.user
Created by Qt Creator
Change-Id: I33f8a447a166adb5ec3d4db11d2dd3bcfc0104b6
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a081bc38e0..177107847a 100644 --- a/.gitignore +++ b/.gitignore @@ -300,6 +300,7 @@ ui_*.h *.prl *.pro.user* *.qmlproject.user* +*.CMakeLists.txt.user* *.rcc # Generated by qt_module.prf |