-
Notifications
You must be signed in to change notification settings - Fork 34
/
b2.sublime-project
52 lines (47 loc) · 1009 Bytes
/
b2.sublime-project
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
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["serialization_test*",
"Makefile",
"Makefile.in",
"*.la",
"libtool",
"stamp-h1",
".dirstamp",
"*.lo",
"*~",
"aclocal.m4",
"ltoptions.m4",
"ltsugar.m4",
"ltversion.m4",
"lt~obsolete.m4",
"libtool.m4",
"b2_class_test",
"b2_classic_compatibility_test",
"b2_timing_test",
"tracking_basics_test",
"settings_test",
"nag_algorithms_test",
"endgames_test",
"pool_test",
"generating_test",
"config.status",
"configure",
"*.trs",
"ltmain.sh"],
"folder_exclude_patterns": [
"__pycache__",
"pybertini.egg-info",
"_static",
"_templates",
".deps",
".libs",
"*.dtps",
"autom4te.cache",
"generated_documentation",
".pytest_cache"]
}
],
}