From 57d1fa52d0f2dee160ead608e9f3d86639819d46 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 25 Jul 2024 15:54:06 +0200 Subject: [PATCH] add git cleanup hint --- Development-Testing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Development-Testing.md b/Development-Testing.md index 119c6d3..c6e219b 100644 --- a/Development-Testing.md +++ b/Development-Testing.md @@ -19,6 +19,14 @@ dnf install python3-pytest python-tox python-typeguard python-flake8 Run in main source directory +### Directory Cleanup (optional) + +Note: will remove everything untracked, even ignored + +```bash +git clean -fdx +``` + ### Syntax check ```bash