-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
58 lines (49 loc) · 1005 Bytes
/
.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
55
56
57
58
# Prerequisites
*.d
# Precompiled Headers
*.gch
*.pch
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# eclipse stuff
.project
.cproject
# Clion stuff
cmake-build*/
# vscode stuff
.idea/
.vscode/
.history/
build/
android-build/
mingw/
# visual studio stuff
.vs/
out/
*.opt
# TwinCAT 3 projects
PLC-TestProject/NotificationTest.sln.~u
PLC-TestProject/TrialLicense.tclrs
PLC-TestProject/Untitled1/Untitled1.tmc
PLC-TestProject/Untitled1/_CompileInfo/
PLC-TestProject/Untitled1/_Libraries/beckhoff automation gmbh/tc2_system/3.3.10.0/
PLC-TestProject/_Boot/TwinCAT RT (x64)/
PLC-TestProject/_Boot/TwinCAT RT (x86)/CurrentConfig.xml
PLC-TestProject/_Boot/TwinCAT RT (x86)/CurrentEventMessages.xml
PLC-TestProject/_Boot/TwinCAT RT (x86)/Plc/Port_851.app
PLC-TestProject/_Boot/TwinCAT RT (x86)/Plc/Port_851.crc
PLC-TestProject/_Boot/TwinCAT RT (x86)/Plc/Port_851_boot.tizip
example/AdsDef.h
example/AdsLib.h
example/AdsLib.lib
*.bin