mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
458 B
31 lines
458 B
# gitignore template for B&R Automation Studio (AS) 4 |
|
# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/ |
|
|
|
# AS temporary directories |
|
Binaries/ |
|
Diagnosis/ |
|
Temp/ |
|
TempObjects/ |
|
|
|
# AS transfer files |
|
*artransfer.br |
|
*arTrsfmode.nv |
|
|
|
# 'ignored' directory |
|
ignored/ |
|
|
|
# ARNC0ext |
|
*arnc0ext.br |
|
|
|
# AS File types |
|
*.bak |
|
*.isopen |
|
*.orig |
|
*.log |
|
*.asar |
|
*.csvlog* |
|
*.set |
|
!**/Physical/**/*.set |
|
|
|
# RevInfo variables |
|
*RevInfo.var
|
|
|