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:
Tim Edwards 2018-05-28 21:37:35 -04:00
parent 223b197b71
commit f213376bfd
2 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
netgen
netgenexec
defs.mak
Depend
config.cache
config.log
config.status

0
python/Depend Normal file
View File