Skip to content

Commit 3a750c4

Browse files
committed
[invocation-overhead] git ignore generated source files.
1 parent 473ef74 commit 3a750c4

File tree

3 files changed

+5
-22020
lines changed

3 files changed

+5
-22020
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Resource.designer.cs
1818
*.rej
1919
*.orig
2020
*~
21+
tests/invocation-overhead/jni*.*

tests/invocation-overhead/invocation-overhead.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<Exec
77
Command="$(_RunJNIEnvGen) jni.cs jni.c"
88
/>
9+
10+
<ItemGroup>
11+
<Compile Include="jni.cs" KeepDuplicates="false" />
12+
</ItemGroup>
913
</Target>
1014

1115
<ItemGroup>

0 commit comments

Comments
 (0)