浏览代码

added prerequisites for C and C++

pmartinez 8 年之前
父节点
当前提交
2c52d023dd
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      C++.gitignore
  2. 3 0
      C.gitignore

+ 3 - 0
C++.gitignore

@@ -1,3 +1,6 @@
+# Prerequisites
+*.d
+
 # Compiled Object files
 *.slo
 *.lo

+ 3 - 0
C.gitignore

@@ -1,3 +1,6 @@
+# Prerequisites
+*.d
+
 # Object files
 *.o
 *.ko