We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3491a70 + 92cceed commit e3e08c5Copy full SHA for e3e08c5
community/AutomationStudio.gitignore
@@ -0,0 +1,31 @@
1
+# gitignore template for B&R Automation Studio (AS) 4
2
+# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/
3
+
4
+# AS temporary directories
5
+Binaries/
6
+Diagnosis/
7
+Temp/
8
+TempObjects/
9
10
+# AS transfer files
11
+*artransfer.br
12
+*arTrsfmode.nv
13
14
+# 'ignored' directory
15
+ignored/
16
17
+# ARNC0ext
18
+*arnc0ext.br
19
20
+# AS File types
21
+*.bak
22
+*.isopen
23
+*.orig
24
+*.log
25
+*.asar
26
+*.csvlog*
27
+*.set
28
+!**/Physical/**/*.set
29
30
+# RevInfo variables
31
+*RevInfo.var
0 commit comments