From 2c52d023ddb520962d1aa81ab030ee5172261eb2 Mon Sep 17 00:00:00 2001 From: pmartinez Date: Wed, 29 Jun 2016 13:33:32 -0300 Subject: [PATCH] added prerequisites for C and C++ --- C++.gitignore | 3 +++ C.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 4581ef2e..259148fa 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Compiled Object files *.slo *.lo diff --git a/C.gitignore b/C.gitignore index f805e810..7a065c70 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Object files *.o *.ko