mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
0c7d73854d
--HG-- branch : objp
32 lines
594 B
Plaintext
32 lines
594 B
Plaintext
syntax: glob
|
|
|
|
.DS_Store
|
|
run.py
|
|
*.pyc
|
|
*.so
|
|
*.mo
|
|
*.pyd
|
|
.tm_*
|
|
*.xcodeproj/xcuserdata
|
|
*.xcodeproj/project.xcworkspace/xcuserdata
|
|
conf.json
|
|
build
|
|
dist
|
|
install
|
|
installer_tmp-cache
|
|
cocoa/autogen
|
|
cocoa/*/Info.plist
|
|
cocoa/*/build
|
|
cocoa/*/*.app
|
|
cocoa/*/dg_cocoa.plugin
|
|
cocoa/*/fr.lproj/*.xib
|
|
cocoa/*/de.lproj/*.xib
|
|
cocoa/*/zh_CN.lproj/*.xib
|
|
cocoa/*/cs.lproj/*.xib
|
|
cocoa/*/it.lproj/*.xib
|
|
# We keep old strings files in the repo for a while to be sure that auto-generated strings work
|
|
# fine, but we'll eventually only have en.lproj in the repo.
|
|
hy.lproj
|
|
qt/base/*_rc.py
|
|
help/*/conf.py
|
|
help/*/changelog.rst |