tortoisesvn - SVN ignore *.jpg not working? -
i'm trying ignore .jpg not working.
i write command
svn propset svn:ignore *.jpg
i want ignore jpg file.
any idea how proceed?
i suspect want ignored in single repository, in case @borrible's answer correct one. in case want alternative, if want .jpg files ignored globally, can in file
~/.subversion/config
in file, can add value global-ignores
;
global-ignores = *.jpg
Comments
Post a Comment