> From: Chuck <[email protected]> > Putting .gitignore inside the file itself doesn't negate it's behavior. > Just seems like something that should be built in because a) no one wants > to see this listed as an untracked file and b) no one wants this included > in their actual project repository.
The primary purpose of .gitignore is to prevent Git from noticing built files. And since anyone else who has a copy of the project will be building files with the same names as your built files, all developers want a common .gitignore. Dale -- 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/d/optout.
