diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-01 17:18:08 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-01 17:18:08 +0100 |
commit | e6cc0a2b756f1462bcce2222437a6e159be48498 (patch) | |
tree | 2bab92eb8777a0f531fe42309f388330916987f1 /.gitignore | |
parent | Cleaned up UrlLineEdit (diff) | |
download | smolbote-e6cc0a2b756f1462bcce2222437a6e159be48498.tar.xz |
Updated license script
Added missing license headers
Added pre-commit hook to check for missing licenses
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ build* # QtCreator .pro.user settings *.user + +# python +__pycache__ |