Browse Source

added prerequisites for C and C++

pmartinez 8 years ago
parent
commit
2c52d023dd
2 changed files with 6 additions and 0 deletions
  1. 3 0
      C++.gitignore
  2. 3 0
      C.gitignore

+ 3 - 0
C++.gitignore

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

+ 3 - 0
C.gitignore

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