![]() | |||||||||||
Messages in this thread |
[mec] > Here's my thought for 2.5: all, and I mean *all*, generated files > should match a small *documented* set of patterns. Something on the > order of: > > -X '*.[osi]' -X 'Generated/' Not a bad idea. However, I don't think I like having to mkdir and rmdir all those Generated/ directories all the time. So, as a counter-proposal, one of the following: -X '*.[osi]' -X 'tmp.*' # ...which I prefer -X '*.[osi]' -X '*.tmp' # ...the conventional *.??? look I don't believe it would be a hardship to force files to begin or end with `tmp'. It's not like our filenames have stupid length limitations.... Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 12:38 [from the cache] ©2003-2008 | |||||||||||