Added .gitignore
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user