andlabs / qo

Another build system for C/C++, I guess? Inspired by 'go build'
Other
308 stars 9 forks source link

Request: Ignoring files like Go 'ignore' build tag #8

Open hajimehoshi opened 8 years ago

hajimehoshi commented 8 years ago

It would be nice if we could have a way to have a C file ignored by qo.

lifesoftserv commented 6 years ago

Just add ignore or bad or something like that to "supportedArchs" on line 30 of the target.go file then any file you want to be ignored by qo, you just add _ignore or _bad to the file name

the only downside here is that this replaces the arch if you have a file with an arch specific name.