1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

- only exclude vc tmpfiles (*.changes.in isn't excluded anymore) (as requested by coolo/others)

This commit is contained in:
Marcus Huewe 2010-09-16 11:45:59 +02:00
parent aa2832f525
commit d1b07615ce

View File

@ -105,7 +105,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
'checkout_no_colon': '0', 'checkout_no_colon': '0',
# local files to ignore with status, addremove, .... # local files to ignore with status, addremove, ....
# local files to ignore with status, addremove, .... # local files to ignore with status, addremove, ....
'exclude_glob': '.osc CVS .svn .* _linkerror *~ #*# *.orig *.bak *.changes.*', 'exclude_glob': '.osc CVS .svn .* _linkerror *~ #*# *.orig *.bak *.changes.vctmp.*',
# keep passwords in plaintext. If you see this comment, your osc # keep passwords in plaintext. If you see this comment, your osc
# already uses the encrypted password, and only keeps them in plain text # already uses the encrypted password, and only keeps them in plain text
# for backwards compatibility. Default will change to 0 in future releases. # for backwards compatibility. Default will change to 0 in future releases.