On Wed, May 5, 2010 at 9:39 AM, Kurt Jensen <[email protected]> wrote: > However, # is the comment character for a .gitignore file. I tried to > escape the # character like: > > \#* > > but that does not seem to work either. Does anyone have a suggestion on how > to do this? >
\#* works for me with git 1.7.1. Are the files already part of the repository? If so .gitignore won't ignore them until you git rm them. Jared _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

