diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2017-01-07 23:39:21 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-01-08 21:12:05 +0000 |
commit | 74ab5d9e81c1406229ec3075afadf2b03888f269 (patch) | |
tree | 136a870d1582cc99d4b44fb1c347e1d469c83dd3 /.gitignore | |
parent | a4da1578e80d79e205a78cdee9e3c1dd7df82e42 (diff) |
Do not report .pyc files in to-wiki as changed
Change-Id: Ifb052ae5b55836995bc78cab37b95476f9770a6a
Reviewed-on: https://gerrit.libreoffice.org/32837
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 79d3fb6160..a10b0320a9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # Python /wiki-to-help/*.pyc /wiki-to-help/mwlib_mods/*.pyc +/to-wiki/*.pyc # the build directories /callcatcher |