diff --git a/.gitignore b/.gitignore index 90946f032c..61a2254b15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # binary files +TeXmacs/plugins/goldfish/bin/* *.vs *.so *.[oa] @@ -53,4 +54,4 @@ goldfish.dSYM/ # font TeXmacs/fonts/opentype/noto -record \ No newline at end of file +record diff --git a/devel/707.md b/devel/707.md new file mode 100644 index 0000000000..cd2a2ca967 --- /dev/null +++ b/devel/707.md @@ -0,0 +1,4 @@ +# What +更新了 .gitignore 排除 goldfish 的构建产物,此前的规则在 WASM 构建中 git 仍然会追踪 WASM 构建产物 (.js, .html, .wasm 等) + +另外 fix new line at end of file