mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Add gitignore template for Automation Studio 4
This commit is contained in:
parent
4488915eec
commit
82e413a7d3
36
AutomationStudio4.gitignore
Normal file
36
AutomationStudio4.gitignore
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# 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
|
||||||
|
*.DS_Store
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.asar
|
||||||
|
*.csvlog*
|
||||||
|
*.set
|
||||||
|
!**/Physical/**/*.set
|
||||||
|
|
||||||
|
# RevInfo variables
|
||||||
|
*RevInfo.var
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
**/MPLogs/*
|
||||||
|
**/DLFiles/*
|
Loading…
Reference in New Issue
Block a user