Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to permanently, forever ignore thumbs.db on Subversion?

I'd like to have thumbs.db files completely and forever ignored by subversion, in all my repositries, in all their directories. Is that possible? If not, what's the next closest thing? I'm using TortoiseSVN.

like image 808
Ali Avatar asked Apr 24 '11 23:04

Ali


1 Answers

Settings > General > Global ignore pattern.

That should hide them in TortoiseSVN, if you also want to purge them from accidental versioning you'll need something more clever.

like image 112
Halcyon Avatar answered Sep 28 '22 07:09

Halcyon