Overview
| Comment: | Add tests.3dsx to .gitignore |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b64214c94352f69a21aabb390860f58e |
| User & Date: | js on 2016-03-19 21:45:17 |
| Other Links: | manifest | tags |
Context
|
2016-03-20
| ||
| 10:53 | macros.h: Adjust a comment (check-in: 826c9570d3 user: js tags: trunk) | |
|
2016-03-19
| ||
| 21:45 | Add tests.3dsx to .gitignore (check-in: b64214c943 user: js tags: trunk) | |
| 21:21 | Add XML file for Nintendo 3DS (check-in: b750e84c5e user: js tags: trunk) | |
Changes
Modified .gitignore from [e0e306e2c1] to [fe58c41457].
| ︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/objfw-defs.h src/ObjFW tests/*.map tests/tests tests/tests.arm9 tests/tests.exe tests/tests.nds tests/EBOOT.PBP tests/PARAM.SFO tests/objc_sync/objc_sync utils/objfw-config utils/ofhash/ofhash utils/ofhash/ofhash.exe utils/ofhttp/ofhttp utils/ofhttp/ofhttp.exe utils/ofzip/ofzip utils/ofzip/ofzip.exe | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/objfw-defs.h src/ObjFW tests/*.map tests/tests tests/tests.3dsx tests/tests.arm9 tests/tests.exe tests/tests.nds tests/EBOOT.PBP tests/PARAM.SFO tests/objc_sync/objc_sync utils/objfw-config utils/ofhash/ofhash utils/ofhash/ofhash.exe utils/ofhttp/ofhttp utils/ofhttp/ofhttp.exe utils/ofzip/ofzip utils/ofzip/ofzip.exe |