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