On Dec 1, 2010, at 13:33, Ryan Schmidt wrote: > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > >> The build process of the application I am bringing under svn creates a >> number of unix binary executables that have no extension : for example >> >> abcde >> fghqp >> >> etc. >> >> I believe that * will match any files with or without periods so it isn't >> suitable. Is there a pattern specifier that would embrace all files without >> an extension? > > I can't think of a way to do that.
Can you have the build process write its files to a different directory (a "build" directory) that you could svn:ignore everything in?