ObjFW  Check-in [de43b3e645]

Overview
Comment:gitignore: Add *.library and ppcinline.h
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: de43b3e645c97452a515d39921c606a9458f3c9b6c8922b7476188dedb334bb7
User & Date: js on 2017-07-17 23:05:41
Other Links: manifest | tags
Context
2017-07-20
22:28
Split OFURL into OFURL and OFMutableURL check-in: 3a5570ab20 user: js tags: trunk
2017-07-17
23:05
gitignore: Add *.library and ppcinline.h check-in: de43b3e645 user: js tags: trunk
23:02
runtime: Prepare for having a glue library check-in: d5706b7070 user: js tags: trunk
Changes

Modified .gitignore from [8367283afa] to [7ce91daf3d].

1
2
3
4

5
6
7
8
9
10
11
*.a
*.bundle
*.dll
*.dylib

*.o
*.orig
*.so
*.so.*
*~
.deps
aclocal.m4




>







1
2
3
4
5
6
7
8
9
10
11
12
*.a
*.bundle
*.dll
*.dylib
*.library
*.o
*.orig
*.so
*.so.*
*~
.deps
aclocal.m4
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
misc/Info.plist
misc/Tests-Info.plist
ObjFW.xcodeproj/*.mode1v3
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







|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
misc/Info.plist
misc/Tests-Info.plist
ObjFW.xcodeproj/*.mode1v3
ObjFW.xcodeproj/*.pbxuser
ObjFW.xcodeproj/project.xcworkspace
ObjFW.xcodeproj/xcuserdata
src/objfw-defs.h
src/runtime/ppcinline.h
tests/*.map
tests/tests
tests/tests.3dsx
tests/tests.arm9
tests/tests.exe
tests/tests.nds
tests/EBOOT.PBP