Skip to content

Commit

Permalink
fixed broken gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
s0uthwest committed Oct 14, 2019
1 parent ce600b1 commit 0a17481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
xcuserdata/*
*.DS_Store
*.patch
*.diff
Expand All @@ -8,7 +7,6 @@ xcuserdata/*
*.o
*.la
*.lo
*Makefile*
aclocal.m4
autom4te.cache
compile
Expand All @@ -18,9 +16,12 @@ COPYING
depcomp
INSTALL
install-sh
libfragmentzip.pc
libtool
ltmain.sh
m4
missing
Makefile
Makefile.in
stamp-h1
libfragmentzip.pc
xcuserdata/*
2 changes: 0 additions & 2 deletions libfragmentzip/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "libfragmentzip.h"

int main(int argc, const char * argv[]) {


fragmentzip_t *tt = fragmentzip_open("https://updates-http.cdn-apple.com/2019FallFCS/fullrestores/061-08653/B9079E72-C875-11E9-824B-8D27C2D77BF5/iPhone12,3,iPhone12,5_13.0_17A577_Restore.ipsw");
if (!tt) {
printf("failed to open zip\n");
Expand Down

0 comments on commit 0a17481

Please sign in to comment.