Skip to content

Commit cd24261

Browse files
committed
I forget what this commit started off as, but it has since grown much larger...
too lazy to enumerate all the changes...
1 parent 48f3b43 commit cd24261

File tree

134 files changed

+21851
-2599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+21851
-2599
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*DS_Store*
22
*.cache
33
*.log
4+
./build/Debug
45
build/*
56
*.build
67
*.pbxuser
@@ -22,22 +23,51 @@ lib*.a
2223
lib*/lib*.a
2324
lib*/*lib*/lib*.a
2425
alloca.h
26+
alloca.h-t
2527
arg-nonnull.h
28+
arg-nonnull.h-t
2629
c++defs.h
30+
c++defs.h-t
2731
dirent.h
32+
dirent.h-t
2833
fcntl.h
34+
fcntl.h-t
2935
getopt.h
36+
getopt.h-t
3037
inttypes.h
38+
inttypes.h-t
3139
math.h
40+
math.h-t
3241
poll.h
42+
poll.h-t
3343
stdint.h
44+
stdint.h-t
3445
string.h
46+
string.h-t
3547
strings.h
48+
strings.h-t
49+
./sys
3650
sys/stat.h
51+
sys/stat.h-t
3752
unistd.h
53+
unistd.h-t
3854
unused-parameter.h
55+
unused-parameter.h-t
3956
warn-on-use.h
57+
warn-on-use.h-t
4058
autoscan/autoscan.list
4159
*(Autosaved)*
4260
*deps/*.*o
4361
*.dirstamp
62+
locale.h
63+
locale.h-t
64+
stddef.h
65+
stddef.h-t
66+
charset.alias
67+
ref-add.sed
68+
ref-del.sed
69+
configmake.h
70+
configmake.h-t
71+
./scan_build_output
72+
float.h
73+
float.h-t

0 commit comments

Comments
 (0)