浏览代码

add /target/ (generated by Cargo) to Rust gitignore

Heather 10 年之前
父节点
当前提交
70dab67e35
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Rust.gitignore

+ 6 - 0
Rust.gitignore

@@ -1,5 +1,11 @@
+# Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+
+# Executables
 *.exe
+
+# Generated by Cargo
+/target/