Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob).
This commit is contained in:
15
TwinCAT3.gitignore
Normal file
15
TwinCAT3.gitignore
Normal file
@@ -0,0 +1,15 @@
|
||||
# gitignore template for TwinCAT3
|
||||
# website: https://www.beckhoff.com/twincat3/
|
||||
#
|
||||
# Recommended: VisualStudio.gitignore
|
||||
|
||||
# TwinCAT files
|
||||
*.tpy
|
||||
*.tclrs
|
||||
*.compiled-library
|
||||
*.compileinfo
|
||||
*.tmc
|
||||
*.library
|
||||
_Boot/
|
||||
_CompileInfo/
|
||||
_Libraries/
|
Reference in New Issue
Block a user