Hello, I have defined a gitignore with file pattern, which should be ignored eg: *.tmp *.bak ...
I would change the gitignore file to: .* !*.cpp !*.res but I would also removed tracked files, which are added to the repo if the files does not match the ignore pattern. I would like to check the current files after changing the gitignore which will not be matched and after that I will remove them from the repo How can I do this Thanks Phil -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
