From 0839a55d51f3c2dc0c81bf7f46f7a7d3dc4a6ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Jim=C3=A9nez=20Herena?= Date: Thu, 20 Sep 2018 10:07:27 +0200 Subject: [PATCH] plug-ins: pygimp: Add autogenerated python files to .gitignore --- plug-ins/pygimp/plug-ins/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plug-ins/pygimp/plug-ins/.gitignore b/plug-ins/pygimp/plug-ins/.gitignore index b4813f3c86c..3a28f0daba3 100644 --- a/plug-ins/pygimp/plug-ins/.gitignore +++ b/plug-ins/pygimp/plug-ins/.gitignore @@ -2,3 +2,13 @@ /Makefile.in /*.pyc /*.pyo +/colorxhtml/colorxhtml.py +/file-openraster/file-openraster.py +/foggify/foggify.py +/gradients-save-as-css/gradients-save-as-css.py +/histogram-export/histogram-export.py +/palette-offset/palette-offset.py +/palette-sort/palette-sort.py +/palette-to-gradient/palette-to-gradient.py +/py-slice/py-slice.py +/python-eval/python-eval.py -- GitLab