Overview
| Comment: | Update .gitignore |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4d853d2d09decd38701b3e993cfe6cb5 |
| User & Date: | js on 2017-10-15 20:42:16 |
| Other Links: | manifest | tags |
Context
|
2017-10-15
| ||
| 20:52 | Update buildsys and adjust (check-in: 42c436bf5b user: js tags: trunk) | |
| 20:42 | Update .gitignore (check-in: 4d853d2d09 user: js tags: trunk) | |
| 20:27 | Allow building bridge as .framework via buildsys (check-in: 2bba5f1ef3 user: js tags: trunk) | |
Changes
Modified .gitignore from [8a34ff9d81] to [67e19934bc].
| ︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ObjFW.xcodeproj/*.mode1v3 ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/Info.plist src/ObjFW.framework src/bridge/Info.plist src/objfw-defs.h src/runtime/ppcinline.h tests/*.map tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/objc_sync/objc_sync | > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ObjFW.xcodeproj/*.mode1v3 ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/Info.plist src/ObjFW.framework src/bridge/Info.plist src/bridge/ObjFW_Bridge.framework src/objfw-defs.h src/runtime/ppcinline.h tests/*.map tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/objc_sync/objc_sync |
| ︙ | ︙ |