Overview
Comment: | Clean up .gitignore |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b630206e061a90dc2d8157fb738430ea |
User & Date: | js on 2020-05-24 17:02:59 |
Other Links: | manifest | tags |
Context
2020-05-24
| ||
17:06 | Update to Unicode 13.0 check-in: 9c2715aaaa user: js tags: trunk | |
17:02 | Clean up .gitignore check-in: b630206e06 user: js tags: trunk | |
17:00 | tests/objc_sync/Makefile: Adjust to recent changes check-in: 024da6ee57 user: js tags: trunk | |
Changes
Modified .gitignore from [46395075de] to [5ac3198ed9].
1 2 3 4 5 6 7 8 9 10 | *.a *.bundle *.dep *.dll *.dylib *.library *.o *.orig *.so *.so.* | > > > < < < < < < > < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | *.a *.bundle *.dep *.dll *.dylib *.exe *.framework *.library *.map *.o *.orig *.so *.so.* .deps .fslckout _FOSSIL_ aclocal.m4 autom4te.cache boot.dol build buildsys.mk config.h config.h.in config.log config.status configure DerivedData docs extra.mk generators/gen_tables src/Info.plist src/bridge/Info.plist src/objfw-defs.h src/runtime/amiga-library-functable.inc src/runtime/inline.h tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata tests/objc_sync/objc_sync tests/plugin/Info.plist tests/terminal/terminal_tests tests/tests tests/tests.3dsx tests/tests.arm9 tests/tests.nds utils/objfw-config utils/ofarc/ofarc utils/ofdns/ofdns utils/ofhash/ofhash utils/ofhttp/ofhttp utils/ofsock/ofsock |