mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 19:23:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
31 lines
458 B
Text
31 lines
458 B
Text
# 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
|