-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (71 loc) · 1.34 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#---------------------------------------------------------
# common
#---------------------------------------------------------
# ignore entire 'IM' directory
[Ii][Mm]/
# ignore any temporary directory
[tT][mM][pP]/
[tT][eE][mM][pP]/
# ignore any *.backup directory
*.[Bb][Aa][cC][Kk][uU][Pp]/
# ignore any log directory
[lL][oO][gG]/
[lL][oO][gG][sS]/
#ignore archive folders
[Aa][Rr][Cc][Hh][Ii][Vv][Ee]/
[Aa][Rr][Cc][Hh][Ii][Vv]/
# ignore backup files
*.bak
# ignore enterprise architect ldb
*.ldb
# ignore any file starting with a tilde
~*.*
# ignore any file with file extension tmp or temp
*.[tT][mM][pP]
*.[tT][eE][mM][pP]
# ignore info files
*.info
# ignore log files
*.log
#---------------------------------------------------------
# Beckhoff specific
#---------------------------------------------------------
#ignore not required files
**/.vs/
*.~u
*.project.~u
*.suo
*.tmcRefac
*.plcproj.bak
*.plcproj.orig
*.tpy
*.tclrs
*.compileinfo
*.asm
*.core
LineIDs.dbg
LineIDs.dbg.bak
*.tsproj.bak
*.tsproj.b?k
*.tsproj.orig
*.xti.bak
*.xti.bk?
*.xti.orig
*.xtv
*.xtv.bak
*.xtv.bk?
# ignore not required folders
**/_Boot/
**/_CompileInfo/
**/_ModuleInstall/
**/_Deployment/
**/_Repository/
**/Release/
**/x64Debug/
**/x64Release/
**/x86Debug/
**/x86Release/
**/_output/
**/.TcGit/
#AOC
**/_Libraries/