diff options
author | Derek Bailey <derekbailey@google.com> | 2020-10-27 22:51:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 22:51:58 -0700 |
commit | 0dfcc0a378346810b6294c66dc738c21fb9b75e3 (patch) | |
tree | fb23ac246729ce4fc757c636ca6af24b1860ff63 /.gitignore | |
parent | f9a18ea63593b42819eac2d60b8974cd5ef90fa0 (diff) | |
download | flatbuffers-0dfcc0a378346810b6294c66dc738c21fb9b75e3.tar.gz flatbuffers-0dfcc0a378346810b6294c66dc738c21fb9b75e3.tar.bz2 flatbuffers-0dfcc0a378346810b6294c66dc738c21fb9b75e3.zip |
Adds NetTest.bat to run .NET Core tests on Windows (#6216)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -135,4 +135,5 @@ js/**/*.d.ts mjs/**/*.js mjs/**/*.d.ts yarn-error.log -.cache/
\ No newline at end of file +.cache/ +.cmake/
\ No newline at end of file |