diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:17:00 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:17:00 +0100 |
commit | 5a325565f917c8b1d233d8e6373756c253400909 (patch) | |
tree | e6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /.gitignore | |
parent | e1e77797454ac747b293f589d8f2e0243173a419 (diff) | |
parent | 98e567933723c59d1d97b3a85e649cfdce514676 (diff) | |
download | tagit-5a325565f917c8b1d233d8e6373756c253400909.tar.gz tagit-5a325565f917c8b1d233d8e6373756c253400909.tar.bz2 tagit-5a325565f917c8b1d233d8e6373756c253400909.zip |
Merge branch 'develop'v0.23.03
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -9,7 +9,7 @@ __pycache__ .coverage .pypirc .mypy_cache -bsfs.egg-info +tagit.egg-info htmlcov tags dev/ @@ -28,8 +28,17 @@ doc/build/ # test data binaries (keep the builder scripts only) # external builds +tagit/external/setproperty/setproperty.c +tagit/external/setproperty/setproperty.cpython* # assets - +tagit/assets/icons/kivy/browser* +tagit/assets/icons/kivy/filter* +tagit/assets/icons/kivy/grouping* +tagit/assets/icons/kivy/misc* +tagit/assets/icons/kivy/objects* +tagit/assets/icons/kivy/search* +tagit/assets/icons/kivy/session* +tagit/assets/icons/kivy/tagging* ## EOF ## |