Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
saagarjha
on March 18, 2018
|
parent
|
context
|
favorite
| on:
TinyVM – A small and easy to understand virtual ma...
> Because that's where the generated binary will go. > Presumably the same for any lib files?
Why is even tracked, then? Surely putting it in .gitignore is a better way to go?
numpad
on March 18, 2018
[–]
I find leaving them in the repo makes it pretty clear how your have to configure your build process. For GCC, I instantly know I need `-I ./tinyvm/include/` and can use `#include <tvm/tvm.h>` etc.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Why is even tracked, then? Surely putting it in .gitignore is a better way to go?