11 lines
245 B
Plaintext
Executable File
11 lines
245 B
Plaintext
Executable File
# Ignore all .pyc files
|
|
*.pyc
|
|
|
|
# Ignore the EPICS environment variables (this file is recreated by ioc/startioc.py via config.yaml)
|
|
ioc/config.cmd
|
|
|
|
# Ignore the Python virtual environment
|
|
testenv
|
|
|
|
# Ignore the IOCshell history
|
|
ioc/.iocsh_history |