0001-Add-.gitignore-for-build-directories.patch (669 Bytes)
While in the build folder, the following files are actually required to build libclc from a clean checkout (configure fails without them):
build/metabuild.py
build/ninja_syntax.py
Maybe add build/*.pyc instead?
Don’t exclude all of build
It would be nice if this did clean, complete out of source builds
0001-Add-.gitignore-for-build-directories.patch (675 Bytes)
Looks good to me.
I wouldn’t argue against also adding:
nbproject/
But I’m not sure if we want to start adding IDE artifacts or not.
I do agree that out of tree builds would be a nice project for someone to take on… I haven’t tried it, but maybe getting it working is not as bad as it sounds.
–Aaron