From 1452ed979b6969d078808cbf7f5f92c02a1e6e09 Mon Sep 17 00:00:00 2001 From: Matias v01d Date: Sat, 7 Apr 2018 07:01:49 -0600 Subject: [PATCH] include/ and libxx/: Upate .gitignore files. --- include/.gitignore | 2 ++ libxx/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/include/.gitignore b/include/.gitignore index 18bc32d4d4..7f05406205 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -6,3 +6,5 @@ /stdarg.h /features.h /uClibc++ +/libcxx +/machine diff --git a/libxx/.gitignore b/libxx/.gitignore index cb4b357621..4e29205bcf 100644 --- a/libxx/.gitignore +++ b/libxx/.gitignore @@ -1,6 +1,7 @@ /Make.dep /.depend /uClibc++ +/libcxx /*.asm /*.obj /*.rel