[invocation-overhead] git ignore generated source files.#1173
[invocation-overhead] git ignore generated source files.#1173
Conversation
b5dbde5 to
e84d3b7
Compare
e84d3b7 to
3a750c4
Compare
|
We should probably instead add For example, consider 0f1efeb, which updated |
|
Sounds good to me. This solution also fulfills my desire of appeasing I'll update this PR to do this instead. |
|
Superseded by #1175. |
Building the
Java.Interop.slnsolution always produces some generated files thatgitwants to try to commit:Ignore these files with
.gitignore.Note that the first time we generate
jni.cswe need to manually add it to@(Compile)because the wildcard expansion has already executed at that point. Additional times the file gets regenerated we useKeepDuplicates='false'to prevent a duplicate@(Compile)file warning.