Created
July 2, 2021 11:55
-
-
Save JJL772/0b9916de80c4e464eda17a57c9077c1e to your computer and use it in GitHub Desktop.
Gitignore for EPICS stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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