summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoel Fischer <joel@livio.io>2015-06-15 11:34:39 -0400
committerJoel Fischer <joel@livio.io>2015-06-15 11:34:39 -0400
commitfb01d5fe54fa1e02fdb317f2a82229ea87414d81 (patch)
treed9a76ea5d18ff4b0bb86423e063cc06f88dc6680 /.gitignore
parent7e9038428d2fcafe555ae51a23e6a5eccc2898b3 (diff)
downloadsdl_ios-fb01d5fe54fa1e02fdb317f2a82229ea87414d81.tar.gz
Fix bugs caught by FBInfer static analyzer
* -[SDLPolicyDataParser parsePolicyData] check for nil on parameter * -[SDLV1ProtocolHeader parse] check for nil on parameter * -[SDLV2ProtocolHeader parse] check for nil on parameter
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bc5b40def..2297b4869 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,4 +38,5 @@ profile
############
Carthage.pkg
SmartDeviceLink-iOS/Carthage/Build
-SmartDeviceLink-iOS/Carthage/Checkouts \ No newline at end of file
+SmartDeviceLink-iOS/Carthage/Checkouts
+SmartDeviceLink-iOS/infer-out