Re: [AD] Re: Make clean patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-06-30, Peter Hull <peter.hull90@xxxxxxxxxx> wrote:
> If you're modifying .cvsignore, please could you add .DS_Store to it?
> OSX Finder seems to add this to every directory it comes across;
> presumably it holds positions of icons and stuff. This script will do
> it (anyone have a neater version; my script-fu is weak..)
>
> find . -name .cvsignore -exec echo 'echo .DS_Store >> {}' ';' | sh
Ugh, do we really have to have .cvsignore files in every single
directory?
Peter