We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43df23c + 3bfa4f4 commit 926c9adCopy full SHA for 926c9ad
1 file changed
TwinCAT3.gitignore
@@ -31,6 +31,8 @@ LineIDs.dbg.bak
31
*.xtv
32
*.xtv.bak
33
*.xtv.bk?
34
+*.xt?.bk?
35
+*.xt?.orig
36
37
# Multiuser specific
38
**/.TcGit/
@@ -43,6 +45,7 @@ LineIDs.dbg.bak
43
45
**/_Deployment/
44
46
**/_Repository/
47
48
+
49
# To include a specific library directory (i.e. third party/custom libs),
50
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
51
#
0 commit comments