-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (42 loc) · 1.3 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Created by https://www.toptal.com/developers/gitignore/api/twincat3
# Edit at https://www.toptal.com/developers/gitignore?templates=twincat3
### TwinCAT3 ###
# TwinCAT3 Stack Base
# TwinCAT 3.1
# include suggestions from GitHub: https://github.com/github/gitignore/pull/3092
#
# website: https://www.beckhoff.com/twincat3/
# TwinCAT3 PLC
*.plcproj.bak
*.plcproj.orig
*.tpy
*.tclrs
*.compiled-library
*.library
*.compileinfo
LineIDs.dbg
LineIDs.dbg.bak
# Don't include the tmc-file rule if either of the following is true:
# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects)
# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
# 3. shared tmc files are used to exchange data types that should be persisted in the project
# *.tmc
# *.tmcRefac
# TwinCAT3 project files
*.tsproj.bak
*.tsproj.orig
*.xti.bak
*.xti.orig
*.project.~u
# folders that should be excluded
_Boot/
_CompileInfo/
_Libraries/
_ModuleInstall/
_Deployment/
_Repository/
### TwinCAT3.VisualStudio Stack ###
VisualStudio.gitignore
### TwinCAT3.OpenFrameworks Stack ###
OpenFrameworks.gitignore
# End of https://www.toptal.com/developers/gitignore/api/twincat3