Removed "Depend" from the .gitignore file, as compilation depends
on it and fails the first time if it does not exist, requiring running "make" twice (which is not advertised in the build instructions).
This commit is contained in:
parent
223b197b71
commit
f213376bfd
|
|
@ -1,7 +1,6 @@
|
|||
netgen
|
||||
netgenexec
|
||||
defs.mak
|
||||
Depend
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
|
|
|
|||
Loading…
Reference in New Issue