{dev,libs}: update linter for standard project files generation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
33a6741535
commit
fbdabee863
2 changed files with 10 additions and 2 deletions
|
|
@ -38,7 +38,15 @@ pub fn main() !void {
|
||||||
copyFile("dev/template/.github/FUNDING.yml", libs ++ project ++ "/.github/FUNDING.yml");
|
copyFile("dev/template/.github/FUNDING.yml", libs ++ project ++ "/.github/FUNDING.yml");
|
||||||
}
|
}
|
||||||
|
|
||||||
appendToFile("libs/freetype/.gitignore", "\n/out.svg\n");
|
appendToFile("libs/freetype/.gitignore",
|
||||||
|
\\
|
||||||
|
\\/out.svg
|
||||||
|
);
|
||||||
|
appendToFile("libs/gpu-dawn/.gitignore",
|
||||||
|
\\
|
||||||
|
\\libs/DirectXShaderCompiler
|
||||||
|
\\libs/dawn
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn copyFile(src_path: []const u8, dst_path: []const u8) void {
|
pub fn copyFile(src_path: []const u8, dst_path: []const u8) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue