Modified .gitignore to properly ignore the IOC shell history
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,10 +2,10 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# Ignore the EPICS environment variables (this file is recreated by ioc/startioc.py via config.yaml)
|
# 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
|
# Ignore the Python virtual environment
|
||||||
testenv
|
testenv
|
||||||
|
|
||||||
# Ignore the IOCshell history
|
# Ignore the IOCshell history
|
||||||
ioc/.iocsh_history
|
.iocsh_history
|
||||||
Reference in New Issue
Block a user