added eval_expr.c to .gitignore
This commit is contained in:
parent
fe8ef89052
commit
d1c6f6e342
|
|
@ -18,6 +18,7 @@
|
||||||
# bison output
|
# bison output
|
||||||
src/expandlabel.c
|
src/expandlabel.c
|
||||||
src/expandlabel.h
|
src/expandlabel.h
|
||||||
|
src/eval_expr.c
|
||||||
# flex output
|
# flex output
|
||||||
src/parselabel.c
|
src/parselabel.c
|
||||||
src/parselabel.h
|
src/parselabel.h
|
||||||
|
|
@ -39,4 +40,4 @@ scconfig/config.cache
|
||||||
doc/manpages/xschem.1
|
doc/manpages/xschem.1
|
||||||
Makefile.conf
|
Makefile.conf
|
||||||
config.h
|
config.h
|
||||||
*.Identifier
|
*.Identifier
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue