Hi All,
I've started using git to keep track of my board development done with geda.

Occasionally, gschem leaves behind a file whose name starts (and ends) with a #, like #mycircuit.sch#

I'd like to tell git not to commit these files by making an entry in a .gitignore file like:

#*

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?

-Kurt


_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to