瀏覽代碼

git: ignore .o files (e.g., created by gcc)

bel 10 年之前
父節點
當前提交
3d391b7291
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -10,6 +10,8 @@ out
 *.zip
 Output
 
+*.o
+
 #################
 ## Eclipse
 #################