Update the .gitignore

This commit is contained in:
Maschell 2020-11-26 22:03:02 +01:00
parent e267794110
commit ee792d389c
4 changed files with 4 additions and 15 deletions

View File

@ -3,4 +3,5 @@ build/
*.bin.h
*.elf
ios_kernel.c
ios_kernel.h
ios_kernel.h
ios_kernel_syms.h

View File

@ -1,7 +0,0 @@
#ifndef ios_kernel_SYMS_H
#define ios_kernel_SYMS_H
#define instant_patches_setup 0x08135004
#define reverse_memcpy 0x08135178
#define _main 0x08135044
#define __KERNEL_CODE_START 0x08135000
#endif

View File

@ -3,4 +3,5 @@ build/
*.bin.h
*.elf
ios_usb.c
ios_usb.h
ios_usb.h
ios_usb_syms.h

View File

@ -1,6 +0,0 @@
#ifndef ios_usb_SYMS_H
#define ios_usb_SYMS_H
#define _main 0x101312d4
#define _text_end 0x10131330
#define _text_start 0x101312d0
#endif