Modified .gitignore to properly ignore the IOC shell history

This commit is contained in:
Stefan Mathis
2025-07-28 16:45:27 +02:00
parent ed03816888
commit 5c440456e8

4
.gitignore vendored
View File

@@ -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
.iocsh_history