forked from catataw/mt4-mql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (38 loc) · 867 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
# do not ignore the following files
!.gitattributes
# ignore Eclipse directories and files
/.externalToolBuilders/
/.settings/
/.buildpath
/.project*
# ignore the following directories and files
/bin/experts/include
/etc/windows/appdata/*
mqlcache.dat
*.ex4
*.ex5
# ignore log related/generated/linked files in legacy MQL4 structure
/mql4/experts/config
/mql4/experts/files
/mql4/experts/include
/mql4/experts/indicators
/mql4/experts/libraries
/mql4/experts/logs
/mql4/experts/presets
/mql4/experts/scripts
/mql4/experts/templates
# ignore DLL related files
/mql4/libraries/*.Debug.dll
/mql4/libraries/*.Release.dll
# ignore log related/generated/linked files in MQL4.5 and MQL5 structures
/mql*/Files
/mql*/files
/mql*/Images
/mql*/Logs
/mql*/logs
/mql*/Presets
/mql*/presets
/mql*/Projects
/mql*/Shared Projects
# ignore files created by the tester
/tester/