diff options
author | pmartinez <pablo.martinez@clriphy.com.ar> | 2016-06-29 13:33:32 -0300 |
---|---|---|
committer | pmartinez <pablo.martinez@clriphy.com.ar> | 2016-06-29 13:33:32 -0300 |
commit | 2c52d023ddb520962d1aa81ab030ee5172261eb2 (patch) | |
tree | 93f18642231f4aa91ea8011479128a7b91d57258 /C.gitignore | |
parent | d1caffed352607b5415e9e0e827f4770eb39e316 (diff) | |
download | gitignore-2c52d023ddb520962d1aa81ab030ee5172261eb2.tar.gz gitignore-2c52d023ddb520962d1aa81ab030ee5172261eb2.zip |
added prerequisites for C and C++
Diffstat (limited to 'C.gitignore')
-rw-r--r-- | C.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |