From fc26f34a0b43fe3922ebcf2667844dd08c2c871f Mon Sep 17 00:00:00 2001 From: Thomas BARUSSEAU Date: Tue, 5 Dec 2017 09:35:52 +0100 Subject: [PATCH] cppclean: updated page --- pages/common/cppclean.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/cppclean.md b/pages/common/cppclean.md index e2558d681a..3e240a73bb 100644 --- a/pages/common/cppclean.md +++ b/pages/common/cppclean.md @@ -14,6 +14,6 @@ `cppclean {{main.cpp}}` -- Run on the current directory, excluding the "node_modules" directory: +- Run on the current directory, excluding the "build" directory: -`cppclean {{.}} --exclude={{node_modules}}` +`cppclean {{.}} --exclude={{build}}`