]> git.phdru.name Git - xsetbg.git/commitdiff
Build(.gitignore): Ignore `*.py[co]` in `__pycache__`
authorOleg Broytman <phd@phdru.name>
Wed, 1 May 2019 12:25:18 +0000 (15:25 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 1 May 2019 12:25:18 +0000 (15:25 +0300)
.gitignore

index 785bd02706ac3d8857aca8ea69ae23a1f9c5a35e..2aed61ddec32dac68c10bd2a27176f80583ef03f 100644 (file)
@@ -1,5 +1,5 @@
-/*.py[co]
 /xsetbg.conf
 /xsetbg.db
 /xsetbg.sqlite
 /images
+*.py[co]