Hi! On 09/10/2011 12:29 PM, Bastien Sevajol wrote: > Hello ! > I don't understand why my gitingnore don't want to ignore a file. > I have this in my gitignore: > >> app/cache/ >> app/logs/ >> app/logs/dev.log >> app/logs/prog.log >> app/logs/test.log >> *.log >> *.*~ >> nbproject > > i've try with app/logs/.gitignore with this: > >> dev.log > > But, git don't ignore app/logs/dev.log :/ > > Do you now why ? > thank's =) Is the file currently committed (or staged) to your repository? In that case; Git never ignore files that are put under version control. If not, could you please elaborate a bit more on in what way the file is not ignored. It is not completely clear to me what you expect, and what in fact happens. /Gustaf -- 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