[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: Using git to track work on schematics done using gschem



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
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user