Petr Baudis <pasky@xxxxxxx> writes: > -git should ignore. Each line in a `gitignore` file specifies a > -pattern. > +git should ignore. > +Note that all the `gitignore` files really concern only files > +that are not already tracked by git; there is no direct mechanism > +to make git ignore your local modifications in already tracked files. Thanks. I'd suggest dropping everything after ';'. - If you want to keep local changes without ever checking in, you can do so by making partial commits. - You could mark these paths "assume unchanged". -- 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