Skip to content

Commit f4ed10d

Browse files
committed
Update to Landlock Make 1.1.1
1 parent a1956c7 commit f4ed10d

File tree

2,137 files changed

+122
-2102
lines changed

Some content is hidden

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

2,137 files changed

+122
-2102
lines changed

.gitattributes

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- conf -*-
2-
/build/bootstrap/*.com binary
3-
/o/third_party/gcc/bin/* binary
4-
/o/third_party/gcc/lib/gcc/x86_64-linux-musl/9.2.0/*.o binary
5-
/o/third_party/gcc/lib/gcc/x86_64-linux-musl/9.2.0/*.a binary
6-
/o/third_party/gcc/libexec/gcc/x86_64-linux-musl/9.2.0/* binary
7-
/o/third_party/gcc/x86_64-linux-musl/bin/* binary
8-
/o/third_party/gcc/x86_64-linux-musl/lib/*.o binary
9-
/o/third_party/gcc/x86_64-linux-musl/lib/*.a binary
2+
/build/bootstrap/*.com binary
3+
/build/bootstrap/gcc/bin/* binary
4+
/build/bootstrap/gcc/lib/gcc/x86_64-linux-musl/9.2.0/*.o binary
5+
/build/bootstrap/gcc/lib/gcc/x86_64-linux-musl/9.2.0/*.a binary
6+
/build/bootstrap/gcc/libexec/gcc/x86_64-linux-musl/9.2.0/* binary
7+
/build/bootstrap/gcc/x86_64-linux-musl/bin/* binary
8+
/build/bootstrap/gcc/x86_64-linux-musl/lib/*.o binary
9+
/build/bootstrap/gcc/x86_64-linux-musl/lib/*.a binary

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# -*- conf -*-
22
/bazel-*
3-
/o/pkg
4-
/o/tmp
3+
/o

0 commit comments

Comments
 (0)