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 | 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.* |