aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-01-19 12:20:46 -0800
committerGravatar GitHub <noreply@github.com>2018-01-19 12:20:46 -0800
commit9f7c094f9f00a6efc0107071f109ef1bc4d7357d (patch)
tree98326bf2f1190338ddc451ea5418bbc4b3348008 /.gitignore
parent6a6e14822fc8c4ec16e9045b23b515b4baad14fd (diff)
Add platform detection logic for SecureRandom (#676)
* Add CMake platform detection logic for SecureRandom Now only builds secure_random_arc4random.cc if available. Remove firebase/firestore/base/port.h. Nothing else was in that directory. * Add a SecureRandom implementation that uses OpenSSL This is usable on Linux, Windows, and Android * Properly check return from RAND_bytes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 79daac4..7645c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,9 @@ Pods/
Podfile.lock
*.xcworkspace
+# Firestore's build configuration, as generated by CocoaPods
+Firestore/core/src/firebase/firestore/util/config.h
+
# CMake
.downloads
Debug