From 5c440456e8e863915cb5d333c0685a0901dbbd85 Mon Sep 17 00:00:00 2001 From: Stefan Mathis Date: Mon, 28 Jul 2025 16:45:27 +0200 Subject: [PATCH] Modified .gitignore to properly ignore the IOC shell history --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa5c7ac..5ecbaa0 100755 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ *.pyc # Ignore the EPICS environment variables (this file is recreated by ioc/startioc.py via config.yaml) -ioc/config.cmd +config.cmd # Ignore the Python virtual environment testenv # Ignore the IOCshell history -ioc/.iocsh_history \ No newline at end of file +.iocsh_history \ No newline at end of file