diff options
author | 6543 <6543@obermui.de> | 2020-09-02 18:57:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 12:57:08 -0400 |
commit | 84eac6ed6c1b02a28c83cd2695aa470c4acf46e9 (patch) | |
tree | 82a7122c06ed84fc808691d9d43480f2b983ce9e /options/gitignore/Qt | |
parent | 3ecd030cd5aa7ded57438a5b9c1459faf237993f (diff) | |
download | gitea-84eac6ed6c1b02a28c83cd2695aa470c4acf46e9.tar.gz gitea-84eac6ed6c1b02a28c83cd2695aa470c4acf46e9.zip |
Add make targed generate-license & generate-gitignore + Update (#12682)
* Add make targed generate-license & generate-gitignore
* Update Gitignores & Licenses
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options/gitignore/Qt')
-rw-r--r-- | options/gitignore/Qt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/gitignore/Qt b/options/gitignore/Qt index f147edf387..101354027a 100644 --- a/options/gitignore/Qt +++ b/options/gitignore/Qt @@ -50,3 +50,5 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* + +*_qmlcache.qrc |