ObjFW  Check-in [5a0b8a0cb1]

Overview
Comment:.gitignore: Add versioned .so files.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5a0b8a0cb1470a44374c50745c59c7f6a05f242bca41701b3e740754585fe4a6
User & Date: js on 2013-11-20 20:20:39
Other Links: manifest | tags
Context
2013-11-20
20:47
OFZIP: Explain override options. check-in: f026fdfacf user: js tags: trunk
20:20
.gitignore: Add versioned .so files. check-in: 5a0b8a0cb1 user: js tags: trunk
2013-11-18
15:23
OFZIP: Write files in binary mode. check-in: f6889355ee user: js tags: trunk
Changes

Modified .gitignore from [f85629722b] to [9b39e17712].

1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
*.a
*.bundle
*.dll
*.dylib
*.map
*.o
*.orig
*.so

*~
.deps
aclocal.m4
autom4te.cache
boot.dol
build
buildsys.mk








>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.a
*.bundle
*.dll
*.dylib
*.map
*.o
*.orig
*.so
*.so.*
*~
.deps
aclocal.m4
autom4te.cache
boot.dol
build
buildsys.mk