summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2020-10-27 22:51:58 -0700
committerGitHub <noreply@github.com>2020-10-27 22:51:58 -0700
commit0dfcc0a378346810b6294c66dc738c21fb9b75e3 (patch)
treefb23ac246729ce4fc757c636ca6af24b1860ff63 /.gitignore
parentf9a18ea63593b42819eac2d60b8974cd5ef90fa0 (diff)
downloadflatbuffers-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--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ff29a69..e02f8549 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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