Update .gitignore

So we don't get bothered by cmake builds (assuming we build in 'build' as it is customarily for CMake)
This commit is contained in:
Vlad Gheorghiu 2019-10-23 13:33:55 -04:00 committed by GitHub
parent 8a920da6cc
commit f3a1a8bc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View File

@ -118,4 +118,7 @@ test-results
.cache
# IDEs
.idea
.idea
# CMake
build/