Skip to content

Instantly share code, notes, and snippets.

@JJL772
Created July 2, 2021 11:55
Show Gist options
  • Save JJL772/0b9916de80c4e464eda17a57c9077c1e to your computer and use it in GitHub Desktop.
Save JJL772/0b9916de80c4e464eda17a57c9077c1e to your computer and use it in GitHub Desktop.
Gitignore for EPICS stuff
# Ignore certain bad files
.vscode/
.vscode/ipch
bin/
lib/
__pycache__
*.o
*.a
*.so
*.d
# We should ignore changes in the user settings file
configure/CONFIG_SITE
# Ignore this shtuff
dbd/
db/
lib/
include/
bin/
# Ignore all local configs
*.local
!configure/RELEASE.local
O.*
.kdev4/
compile_commands.json
*.tar
*.swp
ek.txt
makelist.py
maketemplate.py
terminals.xml
tparse\.py
/*.xml
.clangd
ek9000App/src/BhcConfigFiles/
ek9000App/src/BhcConfigFiles.zip
.idea
.vscode
db/
# Ignore ioc generated files
envPaths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment