This is so that you can put files in a package which *aren't* copied into the project. For example, a .git directory or a README shouldn't make their way to your project. One, because there would be conflicts, and two, because you don't want them.
02307e9