Skip to content

Commit

Permalink
Add precompiled frameworks to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yury authored and Carlos Cabanero committed Nov 1, 2016
1 parent e998007 commit 7869c0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ xcuserdata/
Frameworks/include/*
Frameworks/lib/*

## Precompiled frameworks
Frameworks/libmoshios.framework
Frameworks/libssh2.framework
Frameworks/openssl.framework

## Other
*.moved-aside
*.xcuserstate
Expand All @@ -29,4 +34,4 @@ Frameworks/lib/*
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
*.dSYM

0 comments on commit 7869c0e

Please sign in to comment.