mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-17 20:49:02 +00:00
2c127adf59
In the process of doing so, I also added a new preferences_dialog base class to reduce code duplication in the three pref dialogs (I didn't want to copy/paste the language combobox addition three times).
21 lines
235 B
Plaintext
21 lines
235 B
Plaintext
syntax: glob
|
|
|
|
.DS_Store
|
|
run.py
|
|
*.pyc
|
|
*.so
|
|
*.mode1v3
|
|
*.pbxuser
|
|
*.tm_build_errors
|
|
*.pyd
|
|
conf.json
|
|
build
|
|
dist
|
|
install
|
|
installer_tmp-cache
|
|
cocoa/*/Info.plist
|
|
cocoa/*/build
|
|
cocoa/*/dg_cocoa.plugin
|
|
qt/base/*_rc.py
|
|
qt/lang/fr.qm
|
|
qt/lang/en.qm |