Hi, On Sat, 25 Aug 2007, V?in? J?rvel wrote: > An example would be in game development, where I have a directory full > of images, and I wish to try out different images in the place of one. I > usually create different versions of the images with different names, > filling up the image directory under VCS. I have a similar use case, funnily enough also with images. I created a tmp/ directory and put the images there, cp'ing or ln -s'ing the current one into the cwd. Then, "/tmp/" is put into .gitignore and all is well. Especially the fact that I no longer forget to check in the images that I _do_ want to track. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html