From: Oleg Broytman Date: Wed, 1 May 2019 12:25:18 +0000 (+0300) Subject: Build(.gitignore): Ignore `*.py[co]` in `__pycache__` X-Git-Tag: 5.1.0~21 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d0638b38fd0bdacf3d8c44de46d75b421b2289eb;p=xsetbg.git Build(.gitignore): Ignore `*.py[co]` in `__pycache__` --- diff --git a/.gitignore b/.gitignore index 785bd02..2aed61d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/*.py[co] /xsetbg.conf /xsetbg.db /xsetbg.sqlite /images +*.py[co]